Skip to content

A Webpack 5 boilerplate with Babel - Ready for using ES6 and above

Notifications You must be signed in to change notification settings

persteenolsen/webpack-5-es-boilerplate

Repository files navigation

Webpack 5 Boilerplate

Sensible webpack 5 boilerplate using Babel, PostCSS and Sass with a hot dev server and an optimized production build.

Last updated: 05-01-2025

Node Version: 20.18.1

Usage

Installing

  • Make sure you have a new version of Node installed
  • Download the code by zip or fork
  • Run the command npm install by the command promt

Development server:

  • npm start
  • You can view the development server at localhost:8080.

Production build:

  • npm run build

To view the build use http-server:

  • npm prod

Features

Dependencies

webpack

Babel

Some Loaders

Plugins

Author

  • Per Olsen

License

This project is open source and available under the MIT License.

About

A Webpack 5 boilerplate with Babel - Ready for using ES6 and above

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published