You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an itch to use ES6+ on my plugins, which probably will end up requiring a Babel step to achieve. This will also allow me to reduce the total filesize for delivery.
Use babel for transpiling
Use webpack for compiling
Potentially replace NW.js with Electron and allow building for desktop from npm
The text was updated successfully, but these errors were encountered:
I've been experimenting with Gulp, though it's older, since I have been using a lot of transformation steps and it's more well suited to general tasks. Here's what I'm currently trying out, to resize images (to 3X since I like 16x16 sprites) and to uglify to release:
I have an itch to use ES6+ on my plugins, which probably will end up requiring a Babel step to achieve. This will also allow me to reduce the total filesize for delivery.
The text was updated successfully, but these errors were encountered: