We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the webpack.config.js file, some lines of code are missing:
webpack.config.js
resolve: { fallback: { "path": require.resolve("path-browserify"), "os": require.resolve("os-browserify/browser"), "crypto": require.resolve("crypto-browserify"), "timers": require.resolve('timers-browserify') , "buffer": require.resolve("buffer/"), "stream": require.resolve("stream-browserify") } },
I had to manually add these in when I ran npm run watch and the errors started showing.
npm run watch
Is it possible for you to add these in the future?
The text was updated successfully, but these errors were encountered:
There are also many others that are missing, which is dependent on what you are making. Things such as process should be defaultly in the resolve
process
resolve
Sorry, something went wrong.
No branches or pull requests
In the
webpack.config.js
file, some lines of code are missing:I had to manually add these in when I ran
npm run watch
and the errors started showing.Is it possible for you to add these in the future?
The text was updated successfully, but these errors were encountered: