You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Webpack 4 added the ability to mark modules as being side-effect free. I'm not 100% sure but if this library isn't, we can mark individual files as having them. This was recently added to graphql-js as well :graphql/graphql-js#1312
Webpack 4 added the ability to mark modules as being side-effect free. I'm not 100% sure but if this library isn't, we can mark individual files as having them. This was recently added to graphql-js as well :graphql/graphql-js#1312
Webpack docs: https://webpack.js.org/guides/tree-shaking/#mark-the-file-as-side-effect-free
The text was updated successfully, but these errors were encountered: