Procházet zdrojové kódy

chore: 移除 plop

xingyu4j před 2 roky
rodič
revize
5b89a30b95

+ 0 - 1
yudao-ui-admin-vue3/.prettierignore

@@ -6,5 +6,4 @@
 /vite.config.ts
 /src/types/env.d.ts
 /docs/**/*
-/plop/**/*
 CHANGELOG

+ 0 - 7
yudao-ui-admin-vue3/plopfile.js

@@ -1,7 +0,0 @@
-const viewGenerator = require('./plop/view/prompt.js')
-const componentGenerator = require('./plop/component/prompt.js')
-
-module.exports = function (plop) {
-  plop.setGenerator('view', viewGenerator)
-  plop.setGenerator('component', componentGenerator)
-}