This commit is contained in:
2025-09-15 09:58:52 +08:00
parent 05b849470f
commit a10ef743dc
6 changed files with 9250 additions and 237 deletions

View File

@@ -15,4 +15,13 @@ module.exports = {
}
}
}
};
};
module.exports = {
configureWebpack: {
resolve: {
fallback: {
"timers": require.resolve("timers-browserify")
}
}
}
}