1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 23:04:32 +02:00

Update to babel beta 5

This commit is contained in:
Johann-S
2017-11-05 19:03:33 +01:00
committed by XhmikosR
parent fc9967e175
commit 83fd91cdf8
3 changed files with 752 additions and 1031 deletions

View File

@@ -1,16 +1,15 @@
module.exports = {
presets: [
[
'env',
'@babel/env',
{
loose: true,
modules: false,
exclude: ['transform-es2015-typeof-symbol']
exclude: ['transform-typeof-symbol']
}
]
],
plugins: [
process.env.ROLLUP && 'external-helpers',
process.env.PLUGINS && 'transform-es2015-modules-strip'
].filter(Boolean)
};