liyongli 2 年之前
父节点
当前提交
1209a0d073
共有 4 个文件被更改,包括 0 次插入35 次删除
  1. 0 7
      babel.config.js
  2. 0 1
      package.json
  3. 0 24
      pnpm-lock.yaml
  4. 0 3
      vue.config.js

+ 0 - 7
babel.config.js

@@ -10,12 +10,5 @@ module.exports = {
       },
       "vant",
     ],
-    [
-      "@babel/plugin-transform-react-jsx",
-      {
-        runtime: "automatic",
-        importSource: "@antv/f2",
-      },
-    ],
   ],
 };

+ 0 - 1
package.json

@@ -21,7 +21,6 @@
     "watermark-package": "^2.1.0"
   },
   "devDependencies": {
-    "@babel/plugin-transform-react-jsx": "^7.19.0",
     "@vue/cli-plugin-babel": "~4.5.0",
     "@vue/cli-plugin-eslint": "~4.5.0",
     "@vue/cli-service": "~4.5.0",

+ 0 - 24
pnpm-lock.yaml

@@ -1,7 +1,6 @@
 lockfileVersion: 5.3
 
 specifiers:
-  '@babel/plugin-transform-react-jsx': ^7.19.0
   '@vant/touch-emulator': ^1.3.2
   '@vue/cli-plugin-babel': ~4.5.0
   '@vue/cli-plugin-eslint': ~4.5.0
@@ -34,7 +33,6 @@ dependencies:
   watermark-package: 2.1.0
 
 devDependencies:
-  '@babel/plugin-transform-react-jsx': 7.19.0
   '@vue/cli-plugin-babel': 4.5.18_d95f93e809a4d049ecdee2a22b1c9c06
   '@vue/cli-plugin-eslint': 4.5.18_6712dfcb8e99663062ecf0e685611f79
   '@vue/cli-service': 4.5.18_vue-template-compiler@2.6.14
@@ -668,15 +666,6 @@ packages:
       '@babel/helper-plugin-utils': 7.19.0
     dev: true
 
-  /@babel/plugin-syntax-jsx/7.18.6:
-    resolution: {integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==}
-    engines: {node: '>=6.9.0'}
-    peerDependencies:
-      '@babel/core': ^7.0.0-0
-    dependencies:
-      '@babel/helper-plugin-utils': 7.19.0
-    dev: true
-
   /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.18.5:
     resolution: {integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==}
     engines: {node: '>=6.9.0'}
@@ -1030,19 +1019,6 @@ packages:
       '@babel/helper-plugin-utils': 7.19.0
     dev: true
 
-  /@babel/plugin-transform-react-jsx/7.19.0:
-    resolution: {integrity: sha512-UVEvX3tXie3Szm3emi1+G63jyw1w5IcMY0FSKM+CRnKRI5Mr1YbCNgsSTwoTwKphQEG9P+QqmuRFneJPZuHNhg==}
-    engines: {node: '>=6.9.0'}
-    peerDependencies:
-      '@babel/core': ^7.0.0-0
-    dependencies:
-      '@babel/helper-annotate-as-pure': 7.18.6
-      '@babel/helper-module-imports': 7.18.6
-      '@babel/helper-plugin-utils': 7.19.0
-      '@babel/plugin-syntax-jsx': 7.18.6
-      '@babel/types': 7.19.0
-    dev: true
-
   /@babel/plugin-transform-regenerator/7.18.0_@babel+core@7.18.5:
     resolution: {integrity: sha512-C8YdRw9uzx25HSIzwA7EM7YP0FhCe5wNvJbZzjVNHHPGVcDJ3Aie+qGYYdS1oVQgn+B3eAIJbWFLrJ4Jipv7nw==}
     engines: {node: '>=6.9.0'}

+ 0 - 3
vue.config.js

@@ -1,7 +1,4 @@
 module.exports = {
   productionSourceMap: false,
   publicPath: "./",
-  configureWebpack: {
-
-  },
 };