We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de48205 + c1a2c94 commit dfe40ffCopy full SHA for dfe40ff
generator/index.js
@@ -1,3 +1,10 @@
1
+
2
+// eslint-disable-next-line @typescript-eslint/no-var-requires
3
+const path = require('path');
4
5
+const styleJson = require('./src/styles/antd.json');
6
+// 转为es6模块 import项目运行不起来
7
8
module.exports = (api, options) => {
9
api.render('./template')
10
api.extendPackage({
package.json
@@ -1,6 +1,6 @@
{
"name": "vue-cli-plugin-findsoft-basic-v3",
- "version": "1.1.1",
+ "version": "1.1.2",
"description": "更新",
"main": "index.js",
"scripts": {
0 commit comments