-
Notifications
You must be signed in to change notification settings - Fork 513
Build failing with "Error: data['notExtractLoader'] should NOT have additional properties" - Is notExtractLoader still supported? #375
Comments
|
The validation fails because |
That example should be fixed. Sounds like that wasn't updated when the loader was updated in the past. |
Got it. Thanks! |
It was using `notExtractLoader` and `loader`. Closes webpack-contrib#375.
It was using `notExtractLoader` and `loader`. Closes webpack-contrib#375.
Is this issue fixed? we still facing same issue. |
It's fixed, yeah. Read the validation message carefully. |
For other people ending up here because of similar errors, the error message seems to indicate that the key you're using is incorrect. In my case I was using |
@RSO doesn't work what you say |
Uh oh!
There was an error while loading. Please reload this page.
Hi, my build has been failing for the past day or two. I have tried updating to the latest version (rc.2), as well as rolling back a couple versions with no success. I did some digging and found out that
notExtractLoader
from my webpack configStacktrace:
Going into the commit history, I have determined that 03bb4aa is likely the culprit. Below is the plugin being used in my webpack config:
Namely, your loader schema does not include
notExtractLoader
. Is this still supported? It is still referenced in theexample
folder, so I went ahead and made a PR for your consideration. Thanks in advance!The text was updated successfully, but these errors were encountered: