Skip to content

Commit

Permalink
fix(bundle): fix generating common bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Nov 22, 2016
1 parent c8cdbe3 commit 37490d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configure-bundler.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default async function(options) {
},
plugins: options.common ? [
new webpack.optimize.CommonsChunkPlugin({
name: options.common,
name: 'common',
filename: options.common,
}),
] : null,
Expand Down

0 comments on commit 37490d1

Please sign in to comment.