Skip to content

Commit 37490d1

Browse files
committed
fix(bundle): fix generating common bundle
1 parent c8cdbe3 commit 37490d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configure-bundler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default async function(options) {
3535
},
3636
plugins: options.common ? [
3737
new webpack.optimize.CommonsChunkPlugin({
38-
name: options.common,
38+
name: 'common',
3939
filename: options.common,
4040
}),
4141
] : null,

0 commit comments

Comments
 (0)