Edit folder structure and webpack configuration
This commit is contained in:
parent
6a754806c6
commit
d48d295bf0
24 changed files with 14 additions and 15 deletions
19
public/build/entrypoints.json
Normal file
19
public/build/entrypoints.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"entrypoints": {
|
||||
"app": {
|
||||
"js": [
|
||||
"/assets/build/app.js"
|
||||
]
|
||||
},
|
||||
"main": {
|
||||
"css": [
|
||||
"/assets/build/main.css"
|
||||
]
|
||||
},
|
||||
"panel": {
|
||||
"css": [
|
||||
"/assets/build/panel.css"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue