
Parcel
๊ธฐํ
2022. 10. 16. 22:29
โถ ์ฃผ๋ก ์ / ์คํ ํ๋ก์ ํธ์ ์ฌ์ฉ package.json { "name": "parcel-template-basic", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "dev": "parcel index.html", "build": "parcel build index.html" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { // ์ง์ํ ๋ธ๋ผ์ฐ์ ๋ฅผ ๋ช ์ํ๋ฉด autoprefixer๋ก ํ์ฉํจ. (npm i -D autoprefixer) "autoprefixer": "^10.4.12", "parcel-bundler": "^1.12.5", // s..