-
I know this repo represents your personal preferences, but I'm curious on why the choice of webpack over browserify.
- browserify can do hot module replacement via browserify-hmr and it's [pretty easy…
-
- Use browserify to generate build, create standalone and npm-able package
- See if dependencies can be handled through npm dependencies
-
https://github.com/browserify/browserify
-
It would be nice to make it usable with Browserify.
-
Is anyone aware of a browserified fork of peerflix, or are there any plans to incorporate something like this? Thanks in advance!
-
We should migrate this to browserify, [post emitter](https://github.com/honeinc/post-emitter) is already up there. I think it should be relatively painless and would cleanup build steps/
jcblw updated
9 years ago
-
- 使用
- 相关
- 内部
-
I can't seam to require rangy anymore and compile it with Brwoserify ?
I can manage to require the core file but not the
require("./bower_components/rangy/lib/rangy-selectionsaverestore.js");
Any h…
-
So the setup works flawlessly for Javascript projects, but when I do the setup on typescript project, when running the spec.ts file I got the following error
**Error: Error running @cypress/browser…
-
Without looking too far into the details, it's not clear to me why this implementation should be limited to node. What shims, if any, would be needed to make it browserify compatible? Just adm-zip?