mirror of
https://github.com/scratchfoundation/scratch-storage.git
synced 2025-07-28 07:00:06 -04:00
chore(build): replace babel-preset-es2015 with babel-preset-env
This commit is contained in:
parent
fe93eaedae
commit
6ecbde5a2c
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ const base = {
|
|||
test: /\.js$/,
|
||||
loader: 'babel-loader',
|
||||
options: {
|
||||
presets: ['es2015']
|
||||
presets: [['env', {targets: {browsers: ['last 3 versions', 'Safari >= 8', 'iOS >= 8']}}]]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue