kristoferbaxter / closure-compiler-typescript-test

Typescript + Tsickle + Webpack + Closure Compiler Advanced

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 91.4%Language:TypeScript 8.6%