Working parcel setup
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
"description": "ATST Stateless Services",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"watch": "parcel watch static/js/index.js -d static/assets -o index.js --no-autoinstall",
|
||||
"build": "parcel build static/js/index.js -d static/assets -o index.js --no-autoinstall",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
@@ -13,5 +15,8 @@
|
||||
"parcel": "^1.9.7",
|
||||
"uswds": "^1.6.3",
|
||||
"vue": "^2.5.17"
|
||||
},
|
||||
"devDependencies": {
|
||||
"node-sass": "^4.9.2"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user