Skip to content

Commit 5f8ab9a

Browse files
authored
Live viewer: switch from browserify to esbuild
Browserify is practically unmaintained, and requires a lot of dependencies. esbuild is a more modern alternative written in Go that is better on all those aspects. This also enables source maps for the bundle while we're at it.
1 parent 88ad329 commit 5f8ab9a

File tree

3 files changed

+404
-3284
lines changed

3 files changed

+404
-3284
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ npm-debug.log
66
coverage/
77
test/web-platform-tests/
88
live-viewer/whatwg-url.js
9+
live-viewer/whatwg-url.js.map
910
lib/VoidFunction.js
1011
lib/Function.js
1112
lib/URL.js

0 commit comments

Comments
 (0)