Skip to content

orenmizr/closure-compiler-typescript-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use Webpack with Typescript and TSickle to allow Closure Compiler Advanced Minification

This project attempts to demonstrate how these different pieces could be used together.

Huge caveat here – I am not an expert in any of the pieces so this might all be for nothing! This project was the result of an hour or so of attempting to stitch these together.

Made with kindness in California. 🏄

Installation

  1. Install yarn
  2. Install Yarn Dependencies
    • yarn install
  3. Run Locally
    • yarn run bundle
  4. Verify your bundle!

Details

The 'tsickle-loader' piece is what has been previously missing.

About

Typescript + Tsickle + Webpack + Closure Compiler Advanced

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.4%
  • TypeScript 8.6%