mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 07:10:41 +00:00
Initialize spyglass project and load vanilla-mcdoc
This commit is contained in:
@@ -19,8 +19,14 @@ export default defineConfig({
|
||||
{ find: 'react/jsx-runtime', replacement: 'preact/jsx-runtime' },
|
||||
],
|
||||
},
|
||||
optimizeDeps: {
|
||||
esbuildOptions: {
|
||||
target: 'es2021',
|
||||
},
|
||||
},
|
||||
build: {
|
||||
sourcemap: true,
|
||||
target: 'es2021',
|
||||
rollupOptions: {
|
||||
plugins: [
|
||||
html({
|
||||
|
||||
Reference in New Issue
Block a user