mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-15 15:30:00 -04:00
add hashchange handling
This commit is contained in:
parent
f329714037
commit
0206cea740
4 changed files with 238 additions and 238 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue