Open SolbiatiAlessandro opened 3 years ago
while building the package the build command break, parcel is now updated so you need to change your package.json file
package.json
parcel index.html --out-dir build...
to
parcel index.html --dist-dir build
while building the package the build command break, parcel is now updated so you need to change your
package.json
fileto