internal/static: Bundle resources automatically

This commit is contained in:
Tom Wiesing 2022-10-06 16:38:17 +02:00
parent 9ada07ce70
commit 464b1bf5dd
No known key found for this signature in database
27 changed files with 1503 additions and 28 deletions

View file

@ -0,0 +1,26 @@
{
"name": "wisski-distillery-frontend",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"private": true,
"dependencies": {
"parcel": "^2.7.0"
},
"scripts": {
"dist": "parcel build --dist-dir dist --target default"
},
"targets": {
"default": {
"source": [
"src/control/control.js",
"src/control/control.css",
"src/home/home.js",
"src/home/home.css",
"src/autolink/autolink.js"
]
}
}
}