mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Removed @babel/preset-env from styleguide
This commit is contained in:
parent
ed86347b09
commit
6c7eae9948
@ -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'
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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==
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user