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
Is there any chance of getting ngc updated to use webpack 4? We still use NGC v3.2.2 because we use Angular in a multi page app with multiple entry points defined in webpack,
I tried using ngc-webpack with webpack 4 and while JIT dev mode is working, when i turn on AOT mode, webpack complains gives a tapable plugin error (i believe the api hoooks changed and ngc-webpack would have to be updated)
The text was updated successfully, but these errors were encountered:
Is there any chance of getting ngc updated to use webpack 4? We still use NGC v3.2.2 because we use Angular in a multi page app with multiple entry points defined in webpack,
I tried using ngc-webpack with webpack 4 and while JIT dev mode is working, when i turn on AOT mode, webpack complains gives a tapable plugin error (i believe the api hoooks changed and ngc-webpack would have to be updated)
The text was updated successfully, but these errors were encountered: