sku@10.8.0
·
873 commits
to master
since this release
Minor Changes
-
Add rootResolution config option and disable for compile packages (#543)
By default, sku allows you to import modules from the root folder of your repo. e.g.
import something from 'src/modules/something'. Unfortunately, these kinds of imports only work for apps. In packages, the imports will work locally, but fail when consumed fromnode_modules.Adding
"skuCompilePackage": trueto yourpackage.jsonwill now disable this behaviour by default. You can also toggle the behaviour by settingrootResolutionin your sku config.