Closed JayaKrishnaNamburu closed 11 months ago
fixes #17
With the current generator.install() happening in the jspm build command we need to run the build by passing custom resolutions. And the flag is available in the latest version of the cli https://github.com/jspm/jspm-cli/releases/tag/3.1.2
generator.install()
jspm build
cli
Thanks for sorting out this CLI release!
fixes #17
With the current
generator.install()
happening in thejspm build
command we need to run the build by passing custom resolutions. And the flag is available in the latest version of thecli
https://github.com/jspm/jspm-cli/releases/tag/3.1.2