Replace webpack with esbuild

This commit is contained in:
hensm
2021-05-26 18:32:46 +01:00
parent 13cd1127c6
commit d343ac4629
16 changed files with 10690 additions and 393 deletions

View File

@@ -1,8 +1,4 @@
{
"__extensionName": "fx_cast",
"__extensionId": "fx_cast@matt.tf",
"__extensionVersion": "0.1.2",
"__mirroringAppId": "19A6F4AE",
"scripts": {
"build": "node bin/build.js",
"package": "node bin/build.js --package",
@@ -12,14 +8,14 @@
},
"devDependencies": {
"@types/firefox-webext-browser": "^82.0.0",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@types/react": "^17.0.7",
"@types/react-dom": "^17.0.5",
"@types/semver": "^7.3.4",
"@types/uuid": "^8.3.0",
"copy-webpack-plugin": "^7.0.0",
"esbuild": "^0.12.3",
"html-webpack-plugin": "^5.2.0",
"preact": "^10.5.12",
"preact-compat": "^3.19.0",
"preact": "^10.5.13",
"semver": "^7.3.4",
"ts-loader": "^8.0.17",
"typescript": "^4.1.5",