add syncbuilddir step to aot build

This commit is contained in:
Art Lowel
2019-05-31 09:44:49 +02:00
parent 32e7b7a3b4
commit d93173e8d2
25 changed files with 394 additions and 113 deletions

View File

@@ -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'
}
]
},
{