https://www.xkeshav.com/posts/how-to-create-npm-package-without-bundler/ #3
Replies: 1 comment
-
if you are having vite based react project then to check the package locally; you have to add below code in *vite.config.ts" file optimizeDeps: {
include: ['@whatever/package/name'],
} |
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
-
https://www.xkeshav.com/posts/how-to-create-npm-package-without-bundler/
create a minimal typescript based npm package without any bundler.
https://www.xkeshav.com/posts/how-to-create-npm-package-without-bundler/
Beta Was this translation helpful? Give feedback.
All reactions