Skip to content

Commit

Permalink
chore(cli): add @webpack-cli/utils as a dep
Browse files Browse the repository at this point in the history
added missing utils
  • Loading branch information
anshumanv committed Apr 5, 2019
1 parent d43cb39 commit c537f4b
Show file tree
Hide file tree
Showing 3 changed files with 3,160 additions and 792 deletions.
2 changes: 1 addition & 1 deletion bin/utils/convert-argv.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const prepareOptions = require("./prepareOptions");
const webpackConfigurationSchema = require("../config/webpackConfigurationSchema.json");
const validateSchema = require("webpack").validateSchema;
const WebpackOptionsValidationError = require("webpack").WebpackOptionsValidationError;
const { webpackConfigPath } = require("../../packages/utils/path-utils");
const { webpackConfigPath } = require("@webpack-cli/utils/path-utils");

module.exports = function(...args) {
const argv = args[1] || args[0];
Expand Down

0 comments on commit c537f4b

Please sign in to comment.