updated deps

This commit is contained in:
Danny Coates 2018-02-20 10:56:06 -08:00
parent 3f6cb8c356
commit f2661989dc
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
4 changed files with 246 additions and 129 deletions

View file

@ -59,7 +59,7 @@ module.exports = {
{
loader: 'babel-loader',
options: {
presets: [['env', { modules: false }]]
presets: [['env', { modules: false }], 'stage-3']
}
}
]