ember-cli-inline-content icon indicating copy to clipboard operation
ember-cli-inline-content copied to clipboard

Inline Content do imports?

Open jrock2004 opened this issue 5 years ago • 3 comments

Can the file you are importing be ran thru the babel compiler so I can use things like imports?

jrock2004 avatar Jun 05 '19 14:06 jrock2004

@jrock2004 can you give a use case of your problem

Amerr avatar Jul 30 '19 09:07 Amerr

Sorry @Amerr I was on vacation. The use case would be for something that you are not ready to make an addon but you want to write ES6 so when the time to extract it from the ember app that is already in ES6

jrock2004 avatar Jul 30 '19 20:07 jrock2004

May be you can try app.import which solves your use case well. https://ember-cli.com/managing-dependencies#standard-non-amd-asset

Amerr avatar Jul 31 '19 08:07 Amerr