Skip to content

Commit

Permalink
fix: output file name for single output
Browse files Browse the repository at this point in the history
  • Loading branch information
anu-007 committed Apr 12, 2018
1 parent 1077003 commit 9e532ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/init-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ module.exports = class InitGenerator extends Generator {
};
} else {
this.configuration.config.webpackOptions.output = {
filename: "'[name].bundle.js'"
filename: "'bundle.js'"
};
}
if (outputTypeAnswer["outputType"].length) {
Expand Down

0 comments on commit 9e532ca

Please sign in to comment.