chore: 移除 plop
parent
0b820657a6
commit
5b89a30b95
@ -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)
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue