зеркало из https://github.com/microsoft/just.git
adding a defaultinclude option to make sure actiontypes are shared
This commit is contained in:
Родитель
5b919ab49a
Коммит
bd9712ef15
|
@ -2,4 +2,5 @@ const renameAction = require('./actions/renameAction');
|
|||
|
||||
module.exports = plop => {
|
||||
plop.setActionType('rename', renameAction);
|
||||
plop.setDefaultInclude({ actionTypes: true });
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче