Upgraded babel and webpack to support async keyword with preset-env over es2015
This commit is contained in:
@@ -23,6 +23,9 @@ module.exports = {
|
||||
{
|
||||
test: /\.js$/,
|
||||
loader: 'babel-loader',
|
||||
options: {
|
||||
presets: ['@babel/preset-env']
|
||||
},
|
||||
exclude: /node_modules/
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user