zhaoxiaoqiang
2021-07-28 731b56e3ee7068ed721c2c4ed7413bb2f8699042
测试插件
3 files modified
14587 ■■■■■ changed files
package-lock.json 14582 ●●●●● patch | view | raw | blame | history
package.json 2 ●●● patch | view | raw | blame | history
webpack.common.js 3 ●●●● patch | view | raw | blame | history
package-lock.json
Diff too large
package.json
@@ -13,6 +13,7 @@
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.3.4",
    "@babel/plugin-transform-runtime": "^7.14.5",
    "@babel/preset-env": "^7.3.4",
    "@vue/babel-helper-vue-jsx-merge-props": "^1.0.0-beta.3",
    "@vue/babel-preset-jsx": "^1.0.0-beta.3",
@@ -45,7 +46,6 @@
    "webpack-merge": "^4.2.1"
  },
  "dependencies": {
    "@babel/plugin-transform-runtime": "^7.14.5",
    "axios": "^0.18.0",
    "blueimp-md5": "^2.11.1",
    "element-ui": "^2.13.0",
webpack.common.js
@@ -95,7 +95,8 @@
                    options: {
                        // @vue/babel-preset-jsx  vue jsx语法支持
                        presets: ['@babel/preset-env', '@vue/babel-preset-jsx'],
                        plugins: ["dynamic-import-webpack"] //import 函数支持,需要安装
                        plugins: ["dynamic-import-webpack"], //import 函数支持,需要安装
                        plugins: ["@babel/plugin-transform-runtime"]
                    }
                }
            },