mirror of
https://github.com/scratchfoundation/scratch-storage.git
synced 2025-08-10 21:41:16 -04:00
chore(package): upgrade babel and its friends
Upgrade babel to accommodate babel-loader upgrade. After upgrading babel, upgrade polyfill and preset-env to accommodate the babel upgrade.
This commit is contained in:
parent
55e82cee5b
commit
5bca2e6a83
2 changed files with 6 additions and 4 deletions
|
@ -13,7 +13,9 @@ const base = {
|
|||
test: /\.js$/,
|
||||
loader: 'babel-loader',
|
||||
options: {
|
||||
presets: [['env', {targets: {browsers: ['last 3 versions', 'Safari >= 8', 'iOS >= 8']}}]]
|
||||
presets: [
|
||||
['@babel/preset-env', {targets: {browsers: ['last 3 versions', 'Safari >= 8', 'iOS >= 8']}}]
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue