-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-am…
-
I have a couple of good old js script I'm requiring with browserify-shim in my code. It's working when bundling with browserify (obvously) but my build failed with karma-common-js.
I don't know if it…
stuff updated
9 years ago
-
@substack thoughts on a browserify session/workshopper at NodeConf?
Given the breadth of the audience I'm wondering what could be done in terms of advanced challenges.
-
Hi, socket-ntp is currently not browserify compliant. Here is how we can make it compliant:
in package.json, add:
```
"browser": "client/ntp"
```
in client/ntp.js:
```
if (typeof require === 'fu…
-
It'd be nice if I could
`require("bossview")`
Thanks
-
First of all, i've successfully used your package to authenticate and communicate with reddit api! Great job!
After reading source, it seems to me that there are no obstacles to run your package with…
-
Browserify won't work because of your iterative approach to exporting your different modules.
Any tips on how to add this myself? (I just started out in node)
-
This library currently only works with Webpack and not Browserify. Would it be possible to add support for Browserify?
FWIW, I get this error when I try to include a component like so `import toast f…
-
When I use browserify and `import vueHtml5Editor from 'vue-html5-editor';`
I receive:
`
{ Error: Cannot find module '!!./../node_modules/css-loader/index.js!./../node_modules/vue-loader/lib/style-rew…
-
I'm looking to browserify robotjs. It seems robotjs makes a binary which is in the require of index.js.
browserify fails with
SyntaxError: Unexpected character '�' (1:2) while parsing
## Expect…