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
{{ message }}
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
- configuration.node['assert'] should be one of these:
false | true | "mock" | "empty"
this is an important feature, that I really need, thanks!
ORESoftware
changed the title
Would like to use my own polyfill
Would like to use my own polyfills with Webpack 'node' option
Apr 5, 2017
Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
- configuration.node['assert'] should be one of these:
false | true | "mock" | "empty"
If I try to pass my own value, it won't take. The value I pass needs to be one of false | true | 'mock' | 'empty'
I need Webpack to be able to accept a dynamic value. Is that clear?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am looking to use my own polyfills/shims with Webpack
e.g.:
is this already supported? I don't believe I have seen this documented, but it would be a great feature, please advise
The text was updated successfully, but these errors were encountered: