Edit folder structure and webpack configuration

This commit is contained in:
Paul Nicoué 2022-09-05 15:21:24 +02:00
parent 362f6012c2
commit 0cbffaaae9
46 changed files with 2594 additions and 48 deletions

View file

@ -0,0 +1,19 @@
{
"entrypoints": {
"app": {
"js": [
"/build/app.js"
]
},
"main": {
"css": [
"/build/main.css"
]
},
"panel": {
"css": [
"/build/panel.css"
]
}
}
}