...
|
...
|
@@ -44,7 +44,7 @@ module.exports = { |
|
|
|
|
|
build: {
|
|
|
// Template for index.html
|
|
|
index: path.resolve(__dirname, '../dist/index.html'),
|
|
|
index: path.resolve(__dirname, '../../report-core/src/main/resources/static/index.html'),
|
|
|
|
|
|
// Paths
|
|
|
assetsRoot: path.resolve(__dirname, '../../report-core/src/main/resources/static/'),
|
...
|
...
|
|