Skip to content

Commit

Permalink
chore(refactor): move schema to utils
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh3112 committed Mar 22, 2019
1 parent e5c7f67 commit 2299848
Show file tree
Hide file tree
Showing 2 changed files with 1,990 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/generators/add/index.ts
Expand Up @@ -4,7 +4,7 @@ const PROPS: string[] = Array.from(PROP_TYPES.keys());

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

/**
*
Expand Down

0 comments on commit 2299848

Please sign in to comment.