Walking Through:
[my dev setup for parcel:] | |
package.json: { "name": "parceltest", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev":"parcel ./src/**/*.html && parcel watch ./src/**/*.*", "build":"parcel build ./src/*.html" }, "author": "", "license": "ISC" } | folder structure: proj- /src/ /dist/ |