eslint / archive-website

The ESLint website
https://eslint.org
MIT License
96 stars 244 forks source link

Upgrade: webpack and loaders #834

Closed g-plane closed 3 years ago

g-plane commented 3 years ago

Since webpack 5, webpack doesn't provide automatic polyfill for Node.js built-in modules any more, so we need to install assert, process, path-browserify manually.

netlify[bot] commented 3 years ago

Deploy preview for eslint ready!

Built with commit f21a7fa10a1260d0e459260c54dfce71302bc26d

https://deploy-preview-834--eslint.netlify.app

mdjermanovic commented 3 years ago

Let's wait with merging until we sync https://github.com/eslint/eslint/pull/14127

g-plane commented 3 years ago

https://github.com/eslint/eslint/pull/14127 was merged.