ember-rollup icon indicating copy to clipboard operation
ember-rollup copied to clipboard

isPrebuiltCheck, may want to consider if the project is `yarn link`

Open stefanpenner opened this issue 7 years ago • 1 comments

I believe the algo would be something like: indexObj.root is not contained by nodeModulesOf(indexObj.project.root), and would be added to https://github.com/asakusuma/ember-rollup/blob/f01e4f7a01129b99edc8d940860c4de57a4d3e9b/src/index.js#L10

cc @lynchbomb / @arthirm

stefanpenner avatar Jun 20 '18 23:06 stefanpenner

on a related note, checking isDevelopingAddon would also be helpful; as it stands, prebuilt is used even when working on addons without linking.

hjdivad avatar Nov 13 '18 22:11 hjdivad