Properly use babel to fix IE11 support

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2018-06-21 14:13:39 +02:00
parent 313bbca462
commit 58a89374e2
3 changed files with 527 additions and 2 deletions

View File

@@ -22,6 +22,9 @@ module.exports = {
test: /\.js$/,
exclude: /node_modules/,
loader: 'babel-loader',
query: {
presets: ['env'],
}
},
{
test: /\.css$/,