Edit folder structure and webpack configuration
This commit is contained in:
parent
6a754806c6
commit
d48d295bf0
24 changed files with 14 additions and 15 deletions
2
public/build/app.js
Normal file
2
public/build/app.js
Normal file
File diff suppressed because one or more lines are too long
6
public/build/app.js.LICENSE.txt
Normal file
6
public/build/app.js.LICENSE.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
/*!
|
||||
* Splide.js
|
||||
* Version : 4.0.7
|
||||
* License : MIT
|
||||
* Copyright: 2022 Naotoshi Fujita
|
||||
*/
|
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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
1
public/build/main.css
Normal file
1
public/build/main.css
Normal file
File diff suppressed because one or more lines are too long
5
public/build/manifest.json
Normal file
5
public/build/manifest.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"assets/build/app.js": "/assets/build/app.js",
|
||||
"assets/build/main.css": "/assets/build/main.css",
|
||||
"assets/build/panel.css": "/assets/build/panel.css"
|
||||
}
|
1
public/build/panel.css
Normal file
1
public/build/panel.css
Normal file
|
@ -0,0 +1 @@
|
|||
.k-textarea-field .k-toolbar .k-dropdown .k-button:nth-of-type(2),.k-textarea-field .k-toolbar .k-dropdown .k-button:nth-of-type(3),.kirby-imagecrop-field .k-column:nth-of-type(2){display:none}
|
Loading…
Add table
Add a link
Reference in a new issue