Use Node for asset building instead of building on the fly every time (feat. minification!)
This commit is contained in:
parent
ec74f74624
commit
ace24c8eee
139 changed files with 1639 additions and 185 deletions
8
package.json
Normal file
8
package.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"@swc/core": "^1.3.69",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"cssnano": "^6.0.1",
|
||||
"postcss": "^8.4.26"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue