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
#### Make artifact friendly for webpack ([#12485](https://github.com/prettier/prettier/pull/12485), [#12511](https://github.com/prettier/prettier/pull/12511) by [@fisker](https://github.com/fisker))
19
+
20
+
Fixes two problems when bundling our UMD files with webpack:
21
+
22
+
- A error `` "`....__exportStar` is not a function" `` throws when running the bundles.
23
+
- Some files cause warning about `"Critical dependency: the request of a dependency is an expression"`.
24
+
25
+
#### Fix non-idempotent formatting of function calls with complex type arguments ([#12508](https://github.com/prettier/prettier/pull/12508) by [@sosukesuzuki](https://github.com/sosukesuzuki))
0 commit comments