Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update webpack packages #2005

Merged
merged 1 commit into from
Sep 26, 2018
Merged

Update webpack packages #2005

merged 1 commit into from
Sep 26, 2018

Conversation

jnm
Copy link
Member

@jnm jnm commented Sep 26, 2018

See webpack/webpack#8082 (comment).

Fixes this error during the build process:

> webpack --config webpack/prod.config.js --progress --colors

/srv/node_modules/webpack-cli/bin/config-yargs.js:89
                describe: optionsSchema.definitions.output.properties.path.description,
                                                           ^

TypeError: Cannot read property 'properties' of undefined
    at module.exports (/srv/node_modules/webpack-cli/bin/config-yargs.js:89:48)
    at /srv/node_modules/webpack-cli/bin/webpack.js:60:27
    at Object.<anonymous> (/srv/node_modules/webpack-cli/bin/webpack.js:515:3)
    at Module._compile (module.js:653:30)
    at Object.Module._extensions..js (module.js:664:10)
    at Module.load (module.js:566:32)
    at tryModuleLoad (module.js:506:12)
    at Function.Module._load (module.js:498:3)
    at Module.require (module.js:597:17)
    at require (internal/module.js:11:18)

@noliveleger noliveleger merged commit 0154721 into master Sep 26, 2018
@noliveleger noliveleger deleted the update-webpack branch September 26, 2018 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants