Skip to content

Commit

Permalink
webpack 5 stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamwasp committed Dec 4, 2024
1 parent 3121fcf commit bda824e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions packages/webpack-config/example/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = createConfig()
.cssExtracted()
.merge({
optimization: {
moduleIds: 'named',
runtimeChunk: {
name: 'runtime',
},
Expand Down
1 change: 0 additions & 1 deletion packages/webpack-config/src/config/dev-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ const devServerConfig = (options) => {

plugins: [
new webpack.NoEmitOnErrorsPlugin(),
new webpack.NamedModulesPlugin(),
],
});
};
Expand Down

0 comments on commit bda824e

Please sign in to comment.