mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +00:00
add syncbuilddir step to aot build
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
var nodeExternals = require('webpack-node-externals');
|
||||
|
||||
const {
|
||||
root
|
||||
buildRoot
|
||||
} = require('./helpers');
|
||||
|
||||
module.exports = {
|
||||
getServerWebpackPartial: function (aot) {
|
||||
const entry = aot ? root('./src/main.server.aot.ts') : root('./src/main.server.ts');
|
||||
const entry = aot ? buildRoot('./main.server.aot.ts') : buildRoot('./main.server.ts');
|
||||
return {
|
||||
entry: entry,
|
||||
output: {
|
||||
|
Reference in New Issue
Block a user