requireify icon indicating copy to clipboard operation
requireify copied to clipboard

Browserify plugin to access all modules from browser console

Results 5 requireify issues
Sort by recently updated
recently updated
newest added

Hi, we are using ES6 Modules and I'm noticing that `requireify` is unable to `require()` modules that use `export default`. Any thoughts on how to fix this or if there...

Not quite sure if it's because my misunderstanding, but seems like requrieify doesn't like requireing json ``` shell /private/tmp/t/a.json:1 module.exports= var global = (function(){ return this; }).call(null); if(!global.require){ global.require =...

This PR is trying to address throwing exceptions while requiring a JSON file and didn't spend any efforts supporting below 1. fix unit tests Currently it doesn't work because bundle...

https://github.com/johnkpaul/requireify/pull/9

Need to add a test to verify this PR https://github.com/johnkpaul/requireify/pull/6