Fix injection issues

This commit is contained in:
QWp6t
2017-03-23 19:32:40 -07:00
parent c84fe502f1
commit 6b40db80fd
4 changed files with 554 additions and 443 deletions

View File

@@ -29,9 +29,6 @@ const config = merge({
browsers: [],
}, userConfig);
config.watch.push(`${path.basename(config.paths.assets)}/${config.copy}`);
config.watch = uniq(config.watch);
module.exports = merge(config, {
env: Object.assign({ production: isProduction, development: !isProduction }, argv.env),
publicPath: `${config.publicPath}/${path.basename(config.paths.dist)}/`,