lifenautjoe/webpack-starter-basic

Update needed : optionsSchema.definitions.output.properties.path.description,

michaelwclark opened this issue · 2 comments

As Per plotly/dash-component-boilerplate#12 there is an update in webpack that broke this starterkit. Simply update

        "webpack": "^4.20.2",
        "webpack-cli": "^3.1.1",

to fix:

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

TypeError: Cannot read property 'properties' of undefined

Thanks