Closed dennisoelkers closed 9 years ago
This PR replaces gulp with webpack. It provides three running models:
npm run build
npm run watch
npm run hot
Everything else should work the same way as before. Release build scripts have been updated.
LGTM :+1:
This PR replaces gulp with webpack. It provides three running models:
npm run build
: bundling for a production releasenpm run watch
: bundling for development continuously, waiting for changesnpm run hot
: bundling for development continuously, waiting for changes and pushing hot reloads to browserEverything else should work the same way as before. Release build scripts have been updated.