mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 21:55:52 +02:00
Update to angular 19
This commit is contained in:
+1
-6
@@ -118,13 +118,8 @@ export default (args = {}) =>
|
||||
],
|
||||
},
|
||||
plugins: [
|
||||
new AngularWebpackPlugin({
|
||||
new AngularWebpackPlugin({
|
||||
tsconfig,
|
||||
compilerOptions: {
|
||||
angularCompilerOptions: {
|
||||
entryModule: `src/ts/components/${entry}`,
|
||||
},
|
||||
}
|
||||
}),
|
||||
(script === 'bootstrap' && !args.analyze) ? new WrapperPlugin({ test: /\.js$/, header: analytics }) : undefined,
|
||||
args.analyze ? new BundleAnalyzerPlugin({ analyzerMode: 'static' }) : undefined,
|
||||
|
||||
Reference in New Issue
Block a user