Skip to content

Commit

Permalink
Merge pull request #720 from afm-sayem/master
Browse files Browse the repository at this point in the history
fix(webpack): remove comma from arguments
  • Loading branch information
JeroenVinke committed Aug 25, 2017
2 parents a400e5f + 666d7c0 commit b8156ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/new/buildsystems/webpack/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = function(project, options) {
ProjectItem.resource('build.json', 'tasks/build.json'),
ProjectItem.resource('run.ext', 'tasks/run-webpack.ext', project.model.transpiler),
ProjectItem.resource('run.json', 'tasks/run-webpack.json'),
ProjectItem.resource('environment.ext', 'tasks/environment.ext', project.model.transpiler),
ProjectItem.resource('environment.ext', 'tasks/environment.ext', project.model.transpiler)
).addToContent(
ProjectItem.resource('index.ejs', 'content/index-webpack.ejs'),
ProjectItem.resource('package-scripts.js', 'content/package-scripts.template.js')
Expand Down

0 comments on commit b8156ed

Please sign in to comment.