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
Using this plugin breaks your webpack-dll-bundles-plugin.
If DLLs already exist prior to enabling ngc-webpack plugin, and then I enable ngc-webpack, it is success
Starting compilation using the angular compiler.
Angular compilation done, starting webpack bundling.
DLL: Checking if DLLs are valid.
DLL: All DLLs are valid.
However If I delete my dlls folder, then try to run again, fail
Starting compilation using the angular compiler.
Angular compilation done, starting webpack bundling.
Error: ENOENT: no such file or directory, open 'C:\Source\GitHub\wwwroot\dlls\polyfills-manifest.json'
It tries to look for the manifest file before even checking if the DLLs are valid or not.
The text was updated successfully, but these errors were encountered:
Using this plugin breaks your
webpack-dll-bundles-plugin
.If DLLs already exist prior to enabling ngc-webpack plugin, and then I enable ngc-webpack, it is success
However If I delete my dlls folder, then try to run again, fail
It tries to look for the manifest file before even checking if the DLLs are valid or not.
The text was updated successfully, but these errors were encountered: