NativeScript / nativescript-dev-webpack

A package to help with webpacking NativeScript apps.
Apache License 2.0
97 stars 49 forks source link

fix: AOT compilation of multiple workers should work #1128

Closed rosen-vladimirov closed 4 years ago

rosen-vladimirov commented 4 years ago

In case you have multiple TypeScript workers in Angular app, trying to build the project with AOT fails. The fix is in 0.11.0 version in nativescript-worker-loader, so update it to resolve the issue.

PR Checklist

What is the current behavior?

What is the new behavior?

Fixes issue https://github.com/NativeScript/nativescript-cli/issues/5247

rosen-vladimirov commented 4 years ago

test cli-smoke ng-apps