mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-20 09:38:37 +08:00
Dev: Update babel preset to env
This commit is contained in:
@@ -35,7 +35,7 @@ module.exports = {
|
||||
loader: 'babel-loader',
|
||||
exclude: /node_modules/,
|
||||
options: {
|
||||
presets: ['es2015'],
|
||||
presets: ['env'],
|
||||
plugins: ['transform-runtime']
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user