Commit graph

14 commits

Author SHA1 Message Date
Job Evers-Meltzer 33395ccb33 Add a dev build configuration
Add caching and a faster source map for the dev builds.
This brings the rebuild time down to about 500ms for me.

dev build now puts the bundle in the electron app/js directory
so that the app can be automatically reloaded
2017-02-20 23:06:55 -06:00
jobevers 724742f0db revert - build into the dist folder 2017-02-20 23:06:55 -06:00
Job Evers-Meltzer 3c660c813b move build to electron folder 2017-02-20 23:06:55 -06:00
Job Evers-Meltzer 1ab1684b2d add html5 video playback 2017-02-20 23:06:55 -06:00
alexliebowitz 4cc1a5355f Revert "Merge updates from development into Electron branch" 2017-02-20 23:15:17 -05:00
Job Evers-Meltzer 3394f964dd Add a dev build configuration
Add caching and a faster source map for the dev builds.
This brings the rebuild time down to about 500ms for me.

dev build now puts the bundle in the electron app/js directory
so that the app can be automatically reloaded
2017-02-14 17:12:27 -06:00
jobevers 4ba671d4d6 revert - build into the dist folder 2017-02-14 17:11:07 -06:00
Job Evers-Meltzer 728125c999 move build to electron folder 2017-02-14 17:11:07 -06:00
Job Evers-Meltzer e95f1b8163 add html5 video playback 2017-02-14 17:11:07 -06:00
Alex Liebowitz b3ee6a837f Update Webpack preset list
For now we only need the Stage 2 Babel plugin, not stage 3
2017-01-24 19:25:23 -05:00
Alex Liebowitz 18192cd93b Add Stage 2 Babel preset
Needed for rest spread operator (e.g. let {foo, ...bar} = baz)
2017-01-16 23:33:32 -05:00
Alex Liebowitz 3fd7cd62af Add Babel Polyfill
Fixes some IE bugs, plus gives us a few more ES2015 features.
2016-12-31 22:56:05 -05:00
Job Evers 494168474f Small tweak so that hot-reloading works.
The middleware server servers the bundle from memory
so it needs to know where to put it.
2016-12-06 14:28:10 -05:00
Job Evers 42898d5f60 Convert to ES6 modules 2016-12-06 14:28:10 -05:00