/void

Simplest webpack setup for dev + dist

Primary LanguageJavaScript

void

Simplest webpack setup for dev + dist

install

$ npm install

develop

$ npm run serve:dev
# Navigate to http://localhost:8080; says "Hello, World" in the console !

build

$ npm run build
# Built file is dist/bundle.js