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 |
|