|
@@ -47,9 +47,9 @@ module.exports = {
|
|
|
index: path.resolve(__dirname, '../../dist/index.html'),
|
|
|
|
|
|
// Paths
|
|
|
- assetsRoot: path.resolve(__dirname, '../../dist/www'),
|
|
|
+ assetsRoot: path.resolve(__dirname, '../../dist/www/static'),
|
|
|
assetsSubDirectory: '',
|
|
|
- assetsPublicPath: './www/',
|
|
|
+ assetsPublicPath: './www/static/',
|
|
|
|
|
|
/**
|
|
|
* Source Maps
|