This repository was archived by the owner on Aug 7, 2021. It is now read-only.
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
Webpack recompile fails when using AoT with watch mode #547
Closed
Description
Issue Checklist
- You are submitting: a bug report
- You verified that this is a real problem by searching the NativeScript Forum and the other issues in this repo.
- You checked our demo apps and the documentation for sample usage.
Tell us about the problem
When running webpack in watch mode with Ahead-of-time compilation enabled, the first change causes the webpack compiler to throw an error and exit.
Steps to reproduce
tns create someapp --ng && cd someapp
tns run android --bundle --env.aot