|
@@ -132,7 +132,7 @@ module.exports = (function () {
|
|
|
//devtool:"source-map",
|
|
|
entry: isWatch ? entries.watch : entries.prod,
|
|
|
output: {
|
|
|
- path: path.resolve(__dirname, './build/' + argv.env.deploy + '/client/' + version),
|
|
|
+ path: path.resolve(__dirname, './build/' + argv.env.deploy + version),
|
|
|
filename: '[name].js',
|
|
|
publicPath: staticHost,
|
|
|
chunkFilename: 'chunks/[name].[hash:8].js'
|