peggy icon indicating copy to clipboard operation
peggy copied to clipboard

Update vendor and unpkg code in online.html

Open hildjj opened this issue 4 years ago • 3 comments

Version updates for everything. Perhaps switch jsDump to node-inspect-extracted

hildjj avatar Apr 15 '21 20:04 hildjj

I think, we should turn vendor dependencies into ordinary npm dependencies and build browser bundle from them. For example, we could update CodeMirror to version 6, there even is an example, how to bundle it with rollup.

Mingun avatar Jun 12 '22 16:06 Mingun

That makes some sense to me. I do want to make sure we're using the peggy build that everyone else can get, not bundling it up. I use that as a sanity check to make sure the minified build is working.

hildjj avatar Jun 12 '22 17:06 hildjj