Skip to content

Commit 0782944

Browse files
committedMay 28, 2019
chore: lint
1 parent 5778bdf commit 0782944

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎packages/generators/add-generator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { SchemaProperties, WebpackOptions } from "./types";
2424
import entryQuestions from "./utils/entry";
2525
import * as AutoComplete from "inquirer-autocomplete-prompt";
2626
import path, { resolve } from "path";
27-
import glob from 'glob'
27+
import glob from 'glob-all'
2828

2929
/**
3030
*

‎packages/generators/utils/add/questions/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import {
22
AutoComplete,
33
Confirm,
4-
InquirerInput,
54
Input,
65
InputValidate,
76
} from "@webpack-cli/webpack-scaffold";

0 commit comments

Comments
 (0)
Please sign in to comment.