Skip to content

paamonim/webpack-blog-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog Post Code Example

This is the code example of the blog post "Optimize your Angular 2 Application with Tree Shaking".

To install the dependencies and types:

npm install

To perform a build for development without tree Shaking:

npm run build

To perform a build for production using tree shaking + minification:

npm run build:prod

To execute the development version in the browser:

npm run serve

About

Example code for the blog post on Webpack 2 and Angular 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published