hoyangtsai / react-webpack-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react webpack boilerplate

A simple web app boilerplate with react 18 and webpack 5

Spec

Webpack

  • webpack
  • webpack-cli
  • webpack-dev-server

Loaders

  • JS

    • babel-loader
  • CSS

    • style-loader
    • css-loader
  • SASS (css module enabled)

    • style-loader
    • sass-loader
    • postcss-loader
    • css-loader

Plugins

  • html-webpack-plugin
  • mini-css-extract-plugin
  • terser-webpack-plugin - For removing 3rd party library license comments
  • eslint-webpack-plugin

Command

Development

npm run dev

Production

npm run build

About


Languages

Language:JavaScript 88.8%Language:HTML 3.9%Language:SCSS 3.9%Language:CSS 3.4%