Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Desmaisons committed Feb 19, 2017
1 parent 1666b8e commit f271c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,6 @@ if (process.env.NODE_ENV === 'production') {
webpackOptions.entry= './src/main.js';
}
const styleOption = buildMode? { sourceMap: true, extract: true } : { sourceMap: true};
webpackOptions.module.rules = webpackOptions.module.rules.concat(utils.styleLoaders(styleOption}))
webpackOptions.module.rules = webpackOptions.module.rules.concat(utils.styleLoaders(styleOption))

module.exports = webpackOptions

0 comments on commit f271c43

Please sign in to comment.