Switch from babel to typescript for initial ext conversion

This commit is contained in:
hensm
2019-02-25 14:34:27 +00:00
parent e4dffe0cce
commit b7571791e2
13 changed files with 217 additions and 1342 deletions

View File

@@ -11,16 +11,12 @@
"start": "web-ext run -s ../dist/ext/"
},
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/plugin-proposal-class-properties": "^7.3.3",
"@babel/plugin-proposal-do-expressions": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.3.2",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.4",
"@types/react": "^16.8.4",
"@types/react-dom": "^16.8.2",
"copy-webpack-plugin": "^4.6.0",
"preact": "^8.4.2",
"preact-compat": "^3.18.4",
"ts-loader": "^5.3.3",
"uuid": "^3.3.2",
"web-ext": "^2.9.1",
"webpack": "^4.27.0",