razzle
razzle copied to clipboard
✨ Create server-rendered universal JavaScript applications with no configuration
## ❓Question So, I have a component which makes use of a package that wants to use window object. Now, window object is undefined (I'm guessing this is due to...
Use hasErrors/hasWarnings methods to check for errors on webpack stats, instead of always calling toJson(). Also, in case of errors use `errors-only` or `errors-warnings` stat config presets to avoid generating...
## 🐛 Bug report Razzle utilizes vulnerable versions of **browserslist** and **minimatch** as nested dependencies, causing security issues. **browserslist:** 1. **browserslist** is the dependency required by **react-dev-utils** 2. **react-dev-utils** should...
## 📖 Documentation I dont know how to host and run razzle app in xampp or apche servers kindly help me out how to deploy this
## ❓Question When should we expect a support for react 18? Any approximate date for razzle next version or else I need to move my project to some other framework
## 🐛 Bug report ### Current Behavior Terser is creating issue while minification when minimizing one third part module on local machine. Unexpected token: punc (.) [webpack://javascript/esm|./node_modules/somethirdpartypackage/dist/components/folder1/file1.js:24,0] at ne (c:\temp\node_modules\terser-webpack-plugin\node_modules\terser\dist\bundle.min.js:1:195)...
I'm not able to use latest razzle with react 18
## ❓Question In createConfigAysnc file, while creating config for webpack, in plugins razzle adding buffer as providePlugin. Want to know why razzle is adding buffer when webpack is 5. We...