We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc56fe4 commit 7382676Copy full SHA for 7382676
demo-angular/webpack.config.js
@@ -277,7 +277,9 @@ module.exports = env => {
277
new nsWebpack.GenerateNativeScriptEntryPointsPlugin("bundle"),
278
// For instructions on how to set up workers with webpack
279
// check out https://github.com/nativescript/worker-loader
280
- new NativeScriptWorkerPlugin(),
+ new NativeScriptWorkerPlugin({
281
+ plugins: [ngCompilerPlugin]
282
+ }),
283
ngCompilerPlugin,
284
// Does IPC communication with the {N} CLI to notify events when running in watch mode.
285
new nsWebpack.WatchStateLoggerPlugin(),
0 commit comments