dist가 최종적으로 빌드된 파일들이 있는 곳인데, 안들어가는게 있을 때가 있다. 그럴 때 억지로 넣거나 그러면 경로문제나 그런 게 있을 수 있다. parcel plugin static files copy 이거 이용하면 된다. { "name": "parcel_project", "version": "1.0.0", "description": "this is package of parcel-bundler", "main": "index.js", "scripts": { "serve": "parcel index.html", "build": "parcel build index.html" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "..