mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 02:24:11 +00:00
updated angular/rxjs to v6 successfully
This commit is contained in:
@@ -11,9 +11,11 @@ module.exports = {
|
||||
mode: 'production',
|
||||
recordsOutputPath: root('webpack.records.json'),
|
||||
plugins: [
|
||||
new webpack.DefinePlugin({
|
||||
'process.env.NODE_ENV': JSON.stringify('production'),
|
||||
'process.env.AOT': true
|
||||
new webpack.EnvironmentPlugin({
|
||||
'process.env': {
|
||||
'NODE_ENV': JSON.stringify('production'),
|
||||
'AOT': true
|
||||
}
|
||||
}),
|
||||
|
||||
// Loader options
|
||||
|
Reference in New Issue
Block a user