Webpack build fails silently with no output
I have a react project where I am refactoring the dependency tree and when I run the build I get no output but the project clearly doesn’t build. The output directory isn’t created. It is almost certainly a dependency issue since I am changing versions of things but I am unable to figure out which one since there is no output.
Webpack build fails silently with no output
I have a react project where I am refactoring the dependency tree and when I run the build I get no output but the project clearly doesn’t build. The output directory isn’t created. It is almost certainly a dependency issue since I am changing versions of things but I am unable to figure out which one since there is no output.
Trying to use dotenv or config in react app and getting: webpack < 5 used to include polyfills error, tried creating webpack config, doesn't work
i’m getting this error below trying to use both dotenv and config. I’ve got a Typescript React App, just installed and need to use environment variables.
Webpack node module getting added in multiple chunks in my react application
In my react application, I am using react-transition-group
node module. In the prod build, webpack (5.36.2) is clubbing this module in multiple chunks and not with the vendor even though I have defined vendor splitChunks cacheGroup config as node_modules folder.