documentify
documentify copied to clipboard
Modular HTML bundler
Currently it complains: > Instead change the require of document.js in .../node_modules/bankai/node_modules/documentify/index.js to a dynamic import() which is available in all CommonJS modules.
[html-inject-script](https://github.com/kumavis/html-inject-script/blob/master/index.js#L11), to name one example, exposes a transform function that accepts *two* arguments. Documentify is currently only capable of passing *one* argument. If you configure a transform like this: ```json...
See: [this comment](https://github.com/rreusser/html-inject-github-corner/pull/3#issuecomment-342229651). I've given it a shot and the tools listed there work great with documentify (apart from the extra command as noted in #16). There may be lots...
how to use this in real world