Build from source to .js file #11169
-
I'm trying to build from source and output to a simple .js file. How do I accomplish this? running tsc on the .ts files and it outputs server-side js What do I need to do to output this to client-side js? I don't use a js framework. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
You should run |
Beta Was this translation helpful? Give feedback.
You should run
pnpm run build
after that you can go into the dist folder and copy paste thechart.umd.js
file and use that in your project