remove browserify

This commit is contained in:
weboko 2023-02-01 00:34:05 +01:00
parent efa8e6abf0
commit 0a3a7ad45b
No known key found for this signature in database
3 changed files with 39 additions and 1404 deletions

View File

@ -10,10 +10,9 @@ const output = {
module.exports = function (config) {
config.set({
frameworks: ["webpack", "mocha", "browserify"],
frameworks: ["webpack", "mocha"],
preprocessors: {
"**/*.ts": ["webpack"],
"**/*.js": ["browserify"],
},
files: [

1438
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -61,7 +61,6 @@
"@typescript-eslint/parser": "^5.8.1",
"@waku/interfaces": "^0.0.7",
"app-root-path": "^3.0.0",
"browserify": "^17.0.0",
"chai": "^4.3.4",
"cspell": "^5.14.0",
"eslint": "^8.6.0",
@ -77,7 +76,6 @@
"jsdom": "^19.0.0",
"jsdom-global": "^3.0.2",
"karma": "^6.3.12",
"karma-browserify": "^8.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^2.0.1",
"karma-webpack": "^5.0.0",