zhaoxiaoqiang
2021-07-28 9e6e98a8c6541354619f15e81009082db8d3ad14
更改插件
3 files modified
14588 ■■■■■ changed files
package-lock.json 14584 ●●●●● patch | view | raw | blame | history
package.json 1 ●●●● 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",
webpack.common.js
@@ -96,7 +96,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"]
                    }
                }
            },