Skip to content

Commit

Permalink
fix: tree-shaking (#2881)
Browse files Browse the repository at this point in the history
- Removed deprecated `jsnext:main`
  • Loading branch information
Can-Sahin committed Mar 22, 2020
1 parent e7dd288 commit 1756896
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internals/webpack/webpack.base.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ module.exports = options => ({
resolve: {
modules: ['node_modules', 'app'],
extensions: ['.js', '.jsx', '.react.js'],
mainFields: ['browser', 'jsnext:main', 'main'],
alias: {
'react-dom': '@hot-loader/react-dom',
},
Expand Down

0 comments on commit 1756896

Please sign in to comment.