Add esbuild yarn plugin

This commit is contained in:
Oliver Blanthorn 2021-08-10 17:41:04 +02:00
parent 9100a7ab05
commit 9595abb3fd
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -3,15 +3,16 @@
"version": "0.1.0", "version": "0.1.0",
"description": "Vimperator/Pentadactyl successor", "description": "Vimperator/Pentadactyl successor",
"browser": { "browser": {
"url": false,
"fs": false, "fs": false,
"https": false,
"http": false, "http": false,
"https": false,
"path": false, "path": false,
"stream": "stream-browserify",
"timers": false, "timers": false,
"stream": "stream-browserify" "url": false
}, },
"dependencies": { "dependencies": {
"@yarnpkg/esbuild-plugin-pnp": "^1.0.1-rc.1",
"cleanslate": "^0.10.1", "cleanslate": "^0.10.1",
"csp-serdes": "github:cmcaine/csp-serdes", "csp-serdes": "github:cmcaine/csp-serdes",
"css": "^3.0.0", "css": "^3.0.0",