Skip to content

webpack 3 + HappyPack + TypeScript 2.8 + Babel 6 basic example using Yarn

Notifications You must be signed in to change notification settings

lgrignon/webpack-typescript-babel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack 3 + TypeScript 2.8 + Babel 6 example

Incrementally builds and bundle your source files + outputs a fully es5 compliant JavaScript code!

Webpack is configured to mutualize common module code in a commons file and vendor in another!

Prerequisits

yarn global add webpack@3

Build

yarn
webpack --progress --watch

Some warnings are printed but they're harmless. Check that the js/index.js and js/vendor.js have correctly been generated.

Test it

Open index.html in your browser and watch console

About

webpack 3 + HappyPack + TypeScript 2.8 + Babel 6 basic example using Yarn

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published