/simple-webpack-sample

Simple webpack sample

Primary LanguageJavaScript

simple-webpack-sample

A very simple webpack config for learning purposes. Mainly made to answer this stackoverflow question.

Prerequisites

You need to have Node v7.6.0 installed on your machine.

Installing

$ npm install

Build

$ npm run build 

Run

$ node ./dist/bundle.js