gblejman / poc-webpack-es6

poc webpack es6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple POC to test es6 features in the browser using webpack as module bundler:

  • webpack watches the source directory and generates build/bundle.js

  • the server watches for changes on build/bundle.js

start both with npm run start

The server is accessible at http://127.0.0.1:3000/

As you modify files in source, webpack will rebundle, refresh the browser to see the changes.

About

poc webpack es6


Languages

Language:JavaScript 100.0%