Closed charliegerard closed 2 years ago
- Summary This PR updates this repo's dependencies to the latest ones, including Webpack, PostCSS, and Babel.
This way, someone using this template with the latest version of Node (v16 at this point), should get the site running on Netlify properly.
- Test plan
npm install
npm start
netlify dev
npm run start
- Description for the changelog
Mostly updated versions in the package.json and webpack configs to run with v5.
Thank you @charliegerard 🙏🏻
- Summary This PR updates this repo's dependencies to the latest ones, including Webpack, PostCSS, and Babel.
This way, someone using this template with the latest version of Node (v16 at this point), should get the site running on Netlify properly.
- Test plan
npm install
on Node v16 - this step should run successfully.npm start
and the site should open in a new browser window with styling.netlify dev
locally and it should run the app the same way asnpm run start
.- Description for the changelog
Mostly updated versions in the package.json and webpack configs to run with v5.