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
I know that you guys are not yet on webpack2. But I wanted to make ya'll are aware that we will start validating the configuration out of the box, and will prohibit custom properties on ones webpack config. You can see the migration path on the issue but I'll leave it here anyways.
Users now will need to use LoaderOptionsPlugin({}). Therefore the following example:
See: webpack/webpack#2974
I know that you guys are not yet on webpack2. But I wanted to make ya'll are aware that we will start validating the configuration out of the box, and will prohibit custom properties on ones webpack config. You can see the migration path on the issue but I'll leave it here anyways.
Users now will need to use LoaderOptionsPlugin({}). Therefore the following example:
Will need to be migrated to look as follows:
Keep up all the good work. You guys are doing a great job for the community.
The text was updated successfully, but these errors were encountered: