mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Add support for dynamic themes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { commonExports } from './webpack.common';
|
||||
import { buildRoot, projectRoot } from './helpers';
|
||||
import { projectRoot } from './helpers';
|
||||
|
||||
const webpack = require('webpack');
|
||||
const nodeExternals = require('webpack-node-externals');
|
||||
@@ -16,7 +16,7 @@ module.exports = Object.assign({}, commonExports, {
|
||||
],
|
||||
mode: 'production',
|
||||
recordsOutputPath: projectRoot('webpack.records.json'),
|
||||
entry: buildRoot('./main.server.ts'),
|
||||
entry: projectRoot('./src/main.server.ts'),
|
||||
target: 'node',
|
||||
externals: [nodeExternals({
|
||||
whitelist: [
|
||||
|
Reference in New Issue
Block a user