Use babel-polyfill, plus compatibility fixes

This commit is contained in:
Christopher Willis-Ford
2016-06-16 14:30:32 -07:00
parent ef100bf91e
commit 543f05d6d4
5 changed files with 9 additions and 1 deletions

View File

@@ -16,6 +16,9 @@ module.exports = {
module: {
loaders: [
{
include: [
path.resolve(__dirname, 'src')
],
test: /\.js$/,
loader: 'babel-loader',
query: {