parcel1 [BUNDLER] PARCEL 설정 parcel bundler 설치 npm i -D parcel-bundler packge.json script 수정 "scripts": { "dev": "parcel index.html", "build": "parcel build index.html" }, index.html local 구동 npm run dev 정적파일 연결 npm install -D parcel-plugin-static-files-copy "devDependencies": { "parcel-bundler": "^1.12.5", "parcel-plugin-static-files-copy": "^2.6.0", "sass": "^1.58.0" }, "staticFiles": { "staticPath": "static" } autoprefix.. 2023. 2. 8. 이전 1 다음