/javascript-patterns

Implementation standards of modules with webpack

Primary LanguageJavaScriptMIT LicenseMIT

📦 Simple webpack config

A minimal webpack 5 config with only Babel, SASS and ESLint on board

Setup

Install dependencies

$ npm install

Development

Build the app in dev mode and run webpack serve with livereload and autocompile on http://0.0.0.0:8080/

$ npm run dev

Production

Build the app in production mode

$ npm run build