Last active
March 19, 2019 21:57
-
-
Save misterdev/7555cf241f3a8a50c48e223ee4e96faa to your computer and use it in GitHub Desktop.
3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const Generator = require('yeoman-generator'); | |
const { List, Input, InputValidate } = require('@webpack-cli/webpack-scaffold'); | |
/* ... */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment