Closed nightire closed 7 years ago
Awesome, thank you very much!
This likely isn't the greatest place to ask, but it's relevant, so:
How do you exactly use this feature? It's not in the docs and I'm having trouble figuring it out myself.
@XaserAcheron with the 0.2.x series of releases, you no longer need to do anything special for sourcemaps. As long as your funnel configuration for a given package doesn't exclude the sourcemap file, Ember CLI should pick it up when it concatenates together the files you've import
ed.
I'm getting ENOENT: no such file or directory
warnings for sourcemaps for a couple of (non-Ember) imports. I'll try and post more details when I'm back at it tomorrow-ish.
[EDIT] Well, I suppose a closed issue thread really isn't the best place for this at all. Welp.
[EDIT] Well, I suppose a closed issue thread really isn't the best place for this at all. Welp.
Haha, I've seen worse abuse of old issue threads. Feel free to ping me on the Ember Slack tomorrow (I'm @dfreeman there too) with more details if you want, and I can try to help you debug what's going on 🙂
Document says this is possible, but seems it will be omitted and never get any chance to import:
https://github.com/dfreeman/ember-cli-node-assets/blob/bb540165ebbbd3d280437148e09a94907ad41a10/index.js#L24
So does it still be supported or a future-possible feature?