Skip to content

Commit

Permalink
No need to pass the mode anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
fullofcaffeine committed May 20, 2021
1 parent 0344474 commit b793205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ module.exports = {
] )
),
new DependencyExtractionWebpackPlugin( { injectPolyfill: true } ),
new AddReadableJsAssetsWebpackPlugin( { mode } ),
new AddReadableJsAssetsWebpackPlugin(),
].filter( Boolean ),
watchOptions: {
ignored: [ '**/node_modules', '**/packages/*/src' ],
Expand Down

0 comments on commit b793205

Please sign in to comment.