kccrs / recipes

THIS IS NO LONGER BEING USED - STARTING A NEW REPO ON MJVALADE GITHUB ACCOUNT
1 stars 1 forks source link

Use Node's require in adapter #19

Closed stevekinney closed 7 years ago

stevekinney commented 7 years ago

Broccoli hijacks require, which normally isn't available in the browser, but it is available in Electron applications. So, ember-electron aliases the built-in require to requireNode. This fixes the issue in #18.

Here is a link to the documentation.

mjvalade commented 7 years ago

Closed, added code manually