|
|
|
|
|
by milos_cohagen
4021 days ago
|
|
Would love to see Google Closure compiler features combined with Webpack features. I want to easily: - write ES2015
- compile with dead code elimination, static type checking etc, but super fast like webpack
- include npm modules easily
- include assets using something as simple as webpack's loader |
|