|
|
|
|
|
by g00gler
3464 days ago
|
|
I don't have any such issue. What I've been doing is just writing in ES6 and testing on Chrome, then after its towards V 1.0 I'll add webpack to the staging branch. Very little work to switch from a bunch of script tags to a bundle towards the end of active development, much faster than bundling every single time I change the code a little bit. That is, of course, unless I have to compile typescript, then I'll just target ES5 anyways. |
|