Skip to content

Commit bd3af7f

Browse files
committed
feat(packages/sui-bundler): fix class new
1 parent 0a4ed25 commit bd3af7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sui-bundler/webpack.config.lib.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module.exports = ({chunkCss} = {}) => {
5353
chunkFilename: cssFileName
5454
}),
5555
!chunkCss &&
56-
webpack.optimize.LimitChunkCountPlugin({
56+
new webpack.optimize.LimitChunkCountPlugin({
5757
maxChunks: 1
5858
}),
5959
new webpack.EnvironmentPlugin(envVars(config.env)),

0 commit comments

Comments
 (0)