hql287 / Manta

🎉 Flexible invoicing desktop app with beautiful & customizable templates.
https://www.getmanta.app
GNU Lesser General Public License v3.0
5.28k stars 478 forks source link

Webpack issue during development #321

Open musukwamoshi opened 5 years ago

musukwamoshi commented 5 years ago

I experienced this issue when compiling after making a change and running yarn dev and yarn start

Webpack-cli ^2.1.1 config-yargs.js looks for optionsSchema.definitions.output vs optionsSchema.definitions.outputOptions

My development environment is windows 10 and the latest node. Possible solution is changing "webpack-cli": "^2.0.11" to "webpack-cli": "^3.1.1" in the package.json file

App started fine after that. Its a useful application otherwise thank you.Please add receipts feature if possible.