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,5 +1,5 @@
|
||||
const {
|
||||
root
|
||||
buildRoot
|
||||
} = require('./helpers');
|
||||
|
||||
const {
|
||||
@@ -7,13 +7,13 @@ const {
|
||||
} = require('@ngtools/webpack');
|
||||
|
||||
const tsconfigs = {
|
||||
client: root('./src/tsconfig.browser.json'),
|
||||
server: root('./src/tsconfig.server.json')
|
||||
client: buildRoot('./tsconfig.browser.json'),
|
||||
server: buildRoot('./tsconfig.server.json')
|
||||
};
|
||||
|
||||
const aotTsconfigs = {
|
||||
client: root('./src/tsconfig.browser.json'),
|
||||
server: root('./src/tsconfig.server.aot.json')
|
||||
client: buildRoot('./tsconfig.browser.json'),
|
||||
server: buildRoot('./tsconfig.server.aot.json')
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user