johannschopplich / kirbyup

🆙 Official bundler for Kirby Panel plugins
https://kirbyup.getkirby.com
MIT License
51 stars 3 forks source link

`--out-dir` option not working #4

Closed plain-solutions-gmbh closed 3 years ago

plain-solutions-gmbh commented 3 years ago

Hi Johann. Unfortunately, --out-dir does not do what it is supposed to. kirbyup will not run with this setting. 🤷‍♂️ Here's is a example of my command:

kirbyup site/plugins/blocks/src/index.js --out-dir site/plugins/blocks/ --watch

johannschopplich commented 3 years ago

I have tried locally and it works fine. Which kirbyup version are you using?

johannschopplich commented 3 years ago

Can't reproduce this. Please use the latest kirbyup version. Either with npx kirbyup@latest, or with "kirbyup": "^0.17.1" in your package.json and re-post an issue if the error persists. Thanks!