Skip to content

Commit 2299848

Browse files
committed
chore(refactor): move schema to utils
1 parent e5c7f67 commit 2299848

File tree

2 files changed

+1990
-1
lines changed

2 files changed

+1990
-1
lines changed

packages/utils/generators/add/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const PROPS: string[] = Array.from(PROP_TYPES.keys());
44

55
// tslint:disable:no-var-requires
66
export const webpackDevServerSchema = require("webpack-dev-server/lib/options.json");
7-
export const webpackSchema = require("./utils/optionsSchema.json");
7+
export const webpackSchema = require("../optionsSchema.json");
88

99
/**
1010
*

0 commit comments

Comments
 (0)