add hashchange handling

This commit is contained in:
Percs 2025-04-28 11:13:50 -05:00
parent f329714037
commit 0206cea740
4 changed files with 238 additions and 238 deletions

View file

@ -29,14 +29,12 @@ export default defineConfig({
loader: "builtin:swc-loader",
exclude: ["/node_modules/"],
options: {
asdasdasds: new Error(),
jsc: {
parser: {
syntax: "typescript",
},
target: "es2022",
},
strictMode: false,
module: {
type: "es6",
strict: false,