Update Nebula CLI to support ES modules #892
Labels
cli-build
CLI command to build a supernova
cli-create
CLI command for project scaffolding
cli-sense
CLI command to build a Sense extension from a supernova
cli-serve
CLI command to start a development server
🚀 Feature
Currently the CLI uses require/commonjs to fetch dependencies, but to enable upgrades to newer version of dependencies we need to rewrite these using es modules and imports.
Motivation
To enable dep updates like: #878
The text was updated successfully, but these errors were encountered: