Replies: 1 comment
-
I used https://www.npmjs.com/package/babel-plugin-import {
"plugins": [
[
"import",
{
"libraryName": "@appbaseio/reactivesearch"
}
]
]
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to do tree shaking with
Vite
?Im using
@vitejs/plugin-react
which support babel.But given example for tree shaking seems old
https://docs.reactivesearch.io/docs/reactivesearch/react/advanced/guides/#minimizing-bundle-size
Beta Was this translation helpful? Give feedback.
All reactions