mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-10 19:39:10 +00:00
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