1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-10-01 00:10:47 +00:00
CC-Tweaked/projects/web
Jonathan Coates 6ec34b42e5
Small cleanup to our web build scripts
- Update to Rollup 4.x
 - Replace terser and postcss with swc and lightningcss. This is
   definitely more code for us to write (maybe I should turn them into
   proper plugins we can depend on), but both speedier and fewer
   dependencies.
 - Drop dependency on glob - we can get away with fs.readdir for what we
   needed it for.
2023-10-08 13:14:02 +01:00
..
src Small cleanup to our web build scripts 2023-10-08 13:14:02 +01:00
ARCHITECTURE.md Build a web-based emulator for the documentation site (#1597) 2023-10-03 09:19:19 +01:00
build.gradle.kts Build a web-based emulator for the documentation site (#1597) 2023-10-03 09:19:19 +01:00
rollup.config.js Small cleanup to our web build scripts 2023-10-08 13:14:02 +01:00
tsconfig.json Small cleanup to our web build scripts 2023-10-08 13:14:02 +01:00