Commit Graph

6 Commits

Author SHA1 Message Date
Alasdair Smith ec5b31663f Configure babel to not compile ES6 imports/exports
Webpack can automatically handle the transpilation of ES6 imports to ES5. It
can also better optimize transpilation as raw ES6 imports can be tree-shaken
better.
2018-03-02 10:41:58 +00:00
Alasdair Smith 61a60c04a6 Webpack uses eslint on compile 2018-02-23 11:25:01 +00:00
Alasdair Smith f5b6d3ff3e Load basic CM instance with dummy content 2018-02-09 10:38:51 +00:00
Alasdair Smith 984ecae200 Rename directory to es to align with coffee dir 2018-01-15 16:23:10 +00:00
Alasdair Smith dadd74e730 Move public path to dev config 2018-01-15 16:23:10 +00:00
Alasdair Smith 49c27c4c7a Port webpack config from OL 2018-01-15 16:23:10 +00:00