diff --git a/babel.config.js b/babel.config.js index 0862849..36d77e6 100644 --- a/babel.config.js +++ b/babel.config.js @@ -3,6 +3,7 @@ module.exports = { [ '@babel/preset-env', { + useBuiltIns: 'usage', modules: false, targets: { browsers: require('./package.json').browserslist @@ -24,15 +25,4 @@ module.exports = { ] ], comments: false, - env: { - test: { - presets: [ - 'env', - // 'stage-2' - ], - plugins: [ - 'istanbul' - ] - } - } } diff --git a/html.tpl.html b/html.tpl.html index 0deaf2d..ce18d8c 100644 --- a/html.tpl.html +++ b/html.tpl.html @@ -7,17 +7,12 @@ - -