Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Nebula CLI to support ES modules #892

Open
Caele opened this issue Aug 8, 2022 · 0 comments
Open

Update Nebula CLI to support ES modules #892

Caele opened this issue Aug 8, 2022 · 0 comments
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

Comments

@Caele
Copy link
Collaborator

Caele commented Aug 8, 2022

馃殌 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

@Caele Caele added cli-create CLI command for project scaffolding cli-build CLI command to build a supernova cli-serve CLI command to start a development server cli-sense CLI command to build a Sense extension from a supernova labels Aug 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant