Skip to content

An example how to Configure Webpack for development / production env

Notifications You must be signed in to change notification settings

OzzyCzech/webpack-the-right-way

Repository files navigation

Webpack The Right way

Install

yarn install

Development mode

yarn run server # create server on localhost:5000
yarn build # build only
yarn watch # build & watch

Production mode

yarn run build:production

Reports & analysis

yarn run report

About

An example how to Configure Webpack for development / production env

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published