You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the CLI and some of our plugins we are looking up and loading .js files. We need to expand this list to also include newer .mjs and .cjs files. ESM will support will require (pun not intended) a larger separate refactor to use import statements.
Description
In the CLI and some of our plugins we are looking up and loading .js files. We need to expand this list to also include newer
.mjs and.cjs files. ESM will support will require (pun not intended) a larger separate refactor to use import statements.Package(s): @gasket/cli, @gasket/plugin-lifecycle, @gasket/plugin-lint, *
AC:
The text was updated successfully, but these errors were encountered: