@akshayrawat wrote:
Is there a way to bundle an ember addon in
app.js
instead ofvendor.js
. Addons seem to get packaged intovendor.js
by default. In this case both the app and the addon is authored by the same person.We run code obfuscation on
app.js
, and excludevendor.js
from it. We have a custom ember addon which we want to obfuscate as well. The approach I’m trying to take is to include it inapp.js
so that it gets obfuscated.
Posts: 2
Participants: 2