Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 258 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 258 Bytes

git_lfg

Run Project

npm install
npm start

To enable dead code elimination, change bsconfig.json's package-specs module from "commonjs" to "es6". Then re-run the above 2 commands. This will allow Webpack to remove unused code.