This repository was archived by the owner on Sep 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Webpack configuration is ignored #4
Comments
@cruzdanilo is this what your pull request (#3) solves? |
cc @shortdiv |
@jmotes yes, it is. |
@shortdiv if you could find time to review @cruzdanilo's pull request I will buy you a coffee 😄☕️. |
I appreciate the #3 PR, but for this specific formidable problem I didn't manage to figure out how to override the I ended up forking the ...
"dependencies": {
...
"formidable": "https://github.com/e0/node-formidable",
...
},
"resolutions": {
"formidable": "https://github.com/e0/node-formidable"
},
... |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm needing to apply this to my webpack config to solve a problem with using FaunaDB in my functions:
node-formidable/formidable#337 (comment)
Chris Coyier did it this way in his React project, but I cannot seem to get it to work in my vue.config.js.
https://github.com/chriscoyier/netlify-faunadb-example/blob/master/webpack.config.js
Here's my vue.config.js with everything set up, but it seems as if it's completely ignored when building the function:
The text was updated successfully, but these errors were encountered: