Anhang Zhu
Results
2
issues of
Anhang Zhu
I have this file structure in Rails ``` app: assets: javascripts: application.js components: my_component.js utils: my_util.js ``` application.js requires my_util.js and my_component.js my_component.js requires my_util.js **Browserify outputs 2 copies of...
This is to address an issue when using `twilio-chat` Electron. `twilio-chat` depends on `isomorphic-form-data`, which updates global (aka window) in Electron.