Removed @babel/preset-env from styleguide

This commit is contained in:
Grzegorz Leoniec 2019-02-12 18:11:14 +01:00
parent ed86347b09
commit 6c7eae9948
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377
3 changed files with 3 additions and 14 deletions

View File

@ -1,14 +1,4 @@
module.exports = { module.exports = {
presets: [ presets: ['@vue/app'],
'@vue/app', plugins: ['@babel/plugin-syntax-dynamic-import']
[
"@babel/preset-env",
{
"modules": false
}
]
],
plugins: [
'@babel/plugin-syntax-dynamic-import'
]
} }

View File

@ -20,7 +20,6 @@
"devDependencies": { "devDependencies": {
"@babel/core": "~7.2.2", "@babel/core": "~7.2.2",
"@babel/plugin-syntax-dynamic-import": "~7.2.0", "@babel/plugin-syntax-dynamic-import": "~7.2.0",
"@babel/preset-env": "~7.3.1",
"@babel/standalone": "~7.3.2", "@babel/standalone": "~7.3.2",
"@vue/cli-plugin-babel": "~3.4.0", "@vue/cli-plugin-babel": "~3.4.0",
"@vue/cli-plugin-eslint": "~3.4.0", "@vue/cli-plugin-eslint": "~3.4.0",

View File

@ -584,7 +584,7 @@
"@babel/helper-regex" "^7.0.0" "@babel/helper-regex" "^7.0.0"
regexpu-core "^4.1.3" regexpu-core "^4.1.3"
"@babel/preset-env@^7.0.0", "@babel/preset-env@^7.1.6", "@babel/preset-env@~7.3.1": "@babel/preset-env@^7.0.0", "@babel/preset-env@^7.1.6":
version "7.3.1" version "7.3.1"
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.3.1.tgz#389e8ca6b17ae67aaf9a2111665030be923515db" resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.3.1.tgz#389e8ca6b17ae67aaf9a2111665030be923515db"
integrity sha512-FHKrD6Dxf30e8xgHQO0zJZpUPfVZg+Xwgz5/RdSWCbza9QLNk4Qbp40ctRoqDxml3O8RMzB1DU55SXeDG6PqHQ== integrity sha512-FHKrD6Dxf30e8xgHQO0zJZpUPfVZg+Xwgz5/RdSWCbza9QLNk4Qbp40ctRoqDxml3O8RMzB1DU55SXeDG6PqHQ==