ember-browserify
ember-browserify copied to clipboard
ember-cli addon for easily loading CommonJS packages from npm via browserify.
Hi. I'm trying to write a test with ember-network/fetch. The testing section (https://github.com/tomdale/ember-network#testing ) says to ``` npm install fetch-mock ember install ember-browserify ``` Then in a test do ```...
After installing the default latest ember-browserify (v1.2.2) on a fresh app with ember-cli 3.1.4, building yields the following warnings: ``` [API] Warning: The .read and .rebuild APIs will stop working...
I updated to version 1.2.0 and started getting this error -> downgraded to 1.1.13 and the error is gone. ember version: ember-cli: 2.15.0-beta.1 node: 6.11.1 os: darwin x64 ``` Error:...
I initially opened this issue against ember-cli and was informed that this addon is the best place to address this currently. For reference: https://github.com/ember-cli/ember-cli/issues/6170 We are using Ember CLI along...
Hey, I'm new to using this plugin and browserify in general. Does it require separately installing `browserify-shim`? I was running into `Could not find module "browserify-shim"` until I ran `npm...
I used ember-browserify to add [pkijs](https://pkijs.org/) to a TypeScript project today. Here are some notes: 1. add the library: `yarn add pkijs --dev` 2. add the type declarations: `yarn add...
The npm module I'm using is cytoscape v2.7.13. This worked great before upgrading my ember from 2.8 to 2.15. At the time it was working fine, and I was using...
I'm trying to use the npm package "woocommerce-api" a few days ago and am having a problem where the "signature" of the request is invalid. I first thought that ember...
Fixes #114 This seems to pull in the correct (non-browser) code under Fastboot, but causes an error `TypeError: _ObjectImportedWithRequire.default is not a constructor`. Shouldn't be merged until I've sorted out...
Previously filed under fastboot as ember-fastboot/ember-cli-fastboot#370 browserify defines a [`browser` field in `package.json`](https://github.com/substack/browserify-handbook#browser-field) as the recommended method for library authors to account for the differences between a browser and node...