mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-21 07:19:30 -07:00
Massive overhaul: the renderers are now classes that implement Renderer; replaced webpack and rollup with vite; converted bundle-contents to "core" and "full" bundle profiles; renamed "inclusions" to "staticAssets", which are "url" base64-encoded images and "raw" text strings; renamed the Matrix component module to the JSX extension; built out a test scaffold at tools/test/index.html to manually test the various deploy options.
This commit is contained in:
9
tools/dev.config.js
Normal file
9
tools/dev.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import { defineConfig } from "vite";
|
||||
|
||||
// https://vite.dev/config/
|
||||
// https://github.com/vitejs/vite/blob/main/docs/guide/build.md
|
||||
export default defineConfig((args) => {
|
||||
return {
|
||||
// assetsInclude: ["assets/**.png", "shaders/**.{wgsl,glsl}"],
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user