kaiostech / sample-vanilla

Simple example of a to-do list for KaiOS devices
https://developer.kaiostech.com/getting-started/build-your-first-app/sample-code#vanilla
38 stars 13 forks source link

error: unknown option '--out-dir' #9

Open SolbiatiAlessandro opened 3 years ago

SolbiatiAlessandro commented 3 years ago

while building the package the build command break, parcel is now updated so you need to change your package.json file

parcel index.html --out-dir build...

to

parcel index.html --dist-dir build