|
|
|
@ -48,10 +48,6 @@ module.exports = { |
|
|
|
test: /\.mjs$/, |
|
|
|
type: "javascript/auto", |
|
|
|
include: [/node_modules/], |
|
|
|
}, { |
|
|
|
test: /[\/\\]@angular[\/\\]core[\/\\].+\.js$/, // Remove warning from angular6
|
|
|
|
parser: { system: true }, |
|
|
|
include: [/node_modules/], |
|
|
|
}, { |
|
|
|
test: /\.ts$/, |
|
|
|
use: [{ |
|
|
|
@ -144,7 +140,6 @@ module.exports = { |
|
|
|
}), |
|
|
|
|
|
|
|
new webpack.ContextReplacementPlugin(/moment[\/\\]locale$/, /en/), |
|
|
|
new webpack.ContextReplacementPlugin(/\@angular(\\|\/)core(\\|\/)fesm5/, helpers.root('app')), // Remove warning from angular6
|
|
|
|
|
|
|
|
/** |
|
|
|
* Shim additional libraries |
|
|
|
|