fix: builds failing

This commit is contained in:
SethBurkart123
2024-11-29 17:53:47 +11:00
parent 379a3ebda0
commit f2ea7c8104
4 changed files with 6 additions and 343 deletions
+2
View File
@@ -31,6 +31,8 @@
},
"license": "MIT",
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/runtime": "^7.26.0",
"@crxjs/vite-plugin": "2.0.0-beta.25",
"@types/mime-types": "^2.1.4",
"@vitejs/plugin-react-swc": "^3.7.0",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "BetterSEQTA+",
"version": "3.4.0.4",
"version": "3.4.1",
"description": "Enhance SEQTA Learn's usability and aesthetics! A fork of BetterSEQTA to continue development add add heaps more features!",
"icons": {
"32": "resources/icons/icon-32.png",
+3
View File
@@ -61,6 +61,9 @@ export default defineConfig({
}
}
},
optimizeDeps: {
include: ['@babel/runtime/helpers/extends', '@babel/runtime/helpers/interopRequireDefault'],
},
build: {
outDir: resolve(__dirname, 'dist', mode),
emptyOutDir: false,
File diff suppressed because one or more lines are too long