mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
add syncbuilddir step to aot build
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const CopyWebpackPlugin = require('copy-webpack-plugin');
|
||||
const path = require('path');
|
||||
const {
|
||||
root,
|
||||
projectRoot,
|
||||
globalCSSImports,
|
||||
themeReplaceOptions,
|
||||
themedTest,
|
||||
@@ -15,7 +15,7 @@ module.exports = {
|
||||
extensions: ['.ts', '.js', '.json']
|
||||
},
|
||||
output: {
|
||||
path: root('dist')
|
||||
path: projectRoot('dist')
|
||||
},
|
||||
watchOptions: {
|
||||
aggregateTimeout: 50,
|
||||
@@ -94,8 +94,7 @@ module.exports = {
|
||||
options: {
|
||||
resources: globalCSSImports
|
||||
},
|
||||
},
|
||||
'webpack-import-glob-loader'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user