sysgears / spinjs

SpinJS is now Zen! The project has been renamed and moved to Larix Framework.
https://github.com/sysgears/larix/tree/master/packages/zen
MIT License
43 stars 8 forks source link

Update the webpack configuration in Angular Plugin #19

Closed AndSviat closed 5 years ago

AndSviat commented 5 years ago

The workaround with webpack.ContextReplacementPlugin for angular/angular#11580 doesn’t really work for Angular 4, 5, 6, and 7:

Warning #1: https://prnt.sc/lezevh Warning #2: https://prnt.sc/lezfmd

The update brings the changes in AngularPlugin.ts to suppress the warnings.

larixer commented 5 years ago

Many thanks @AndSviat !