-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Native ESM support #8772
Copy link
Copy link
Closed
Labels
area:standaloneIssues with Prettier's Standalone build (meant to be used in the browser)Issues with Prettier's Standalone build (meant to be used in the browser)
Metadata
Metadata
Assignees
Labels
area:standaloneIssues with Prettier's Standalone build (meant to be used in the browser)Issues with Prettier's Standalone build (meant to be used in the browser)
We have documents for ESM import on browser but it needs using some module bundler (e.g. webpack, rollup). (See https://prettier.io/docs/en/browser.html#es-modules)
I thinks we should have native ESM standalone bundled. I hope we can use Prettier like below:
WDYT?