webpack-library-example icon indicating copy to clipboard operation
webpack-library-example copied to clipboard

updating webpack and deleting yarn files in order to fix build scripts

Open fergiemcdowall opened this issue 7 years ago • 0 comments

Hi!

When I build the repo as it is now, I get the following error:

fergus ~/repos/webpack-library-example 💥  ➜ npm run "build:browser"

> [email protected] build:browser /home/fergus/repos/webpack-library-example
> webpack && cp dist/webpack-numbers.js examples/browser

/home/fergus/repos/webpack-library-example/node_modules/webpack-cli/bin/config-yargs.js:89
                                describe: optionsSchema.definitions.output.properties.path.description,

This pull request fixes the bug by bumping the Webpack version and removing the Yarn files (are the Yarn files in fact needed?)

fergiemcdowall avatar Feb 06 '19 08:02 fergiemcdowall