You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Builds quickly (less than 5 seconds), but as soon as it finishes building, the watch mode in webpack triggers a recompile, where the below step is taking an incredibly long time the first time. Once this one is done, all the next recompiles are super-quick.
OS?
Windows 8.1
Versions.
v6.5.0
Parts of package.json
Repro steps.
It's a chrome extension that I created from scratch. It utilized Webpack 1.x at first, then onto Webpack 2.x. It uses TypeScript 2.x.
Basically I am just copying the files from the blacksonic angular2-aot-webpack repo..
His repo still uses
ngtools.NgcWebpackPlugin
and not AoTPlugin.He also doesn't use @ngtools/webpack it seems.
I am using this:
The log given by the failure.
Using the following
Builds quickly (less than 5 seconds), but as soon as it finishes building, the watch mode in webpack triggers a recompile, where the below step is taking an incredibly long time the first time. Once this one is done, all the next recompiles are super-quick.
Mention any other details that might be useful.
This is the speed when commenting out the AoTPlugin:
I have tried to reduce overhead of stuff in my config, but in the end we're talking like 5-10 entries, and barely any plugins..
The text was updated successfully, but these errors were encountered: