Skip to content

Commit

Permalink
Remove webpack change.
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-hui committed Dec 8, 2020
1 parent 0f8e555 commit e830a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ module.exports = {
},
resolve: {
modules: ['node_modules', path.resolve(__dirname, '../../node_modules')],
mainFields: ['esm2017', 'browser', 'module', 'main'],
mainFields: ['browser', 'module', 'main'],
extensions: ['.js', '.ts'],
symlinks: false
},
Expand Down

0 comments on commit e830a23

Please sign in to comment.