-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): chalk navigator is not define
Due to rollup not support `imports` in package.json Relate issues: chalk: [#113](chalk/supports-color#113) chalk: [#578](chalk/chalk#578) rollup: [#3514](rollup/rollup#3514)
- Loading branch information
Showing
3 changed files
with
30 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
diff --git a/package.json b/package.json | ||
index 3c500105bcbf25bf2f7f6790b9db67b993f65459..d835c83fab7062912c256b64dcaae940cd82168a 100644 | ||
--- a/package.json | ||
+++ b/package.json | ||
@@ -11,8 +11,7 @@ | ||
"imports": { | ||
"#ansi-styles": "./source/vendor/ansi-styles/index.js", | ||
"#supports-color": { | ||
- "node": "./source/vendor/supports-color/index.js", | ||
- "default": "./source/vendor/supports-color/browser.js" | ||
+ "default": "./source/vendor/supports-color/index.js" | ||
} | ||
}, | ||
"types": "./source/index.d.ts", |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.