tex-math-parser icon indicating copy to clipboard operation
tex-math-parser copied to clipboard

build process improvements

Open Mastercuber opened this issue 11 months ago • 2 comments

To improve the build process a bit, I installed vite, add a npm build script and a configuration file for vite.

When executing npm run build vite will build a cjs, es and iife version of the package and additionally a type declarations file is generated.

All this files are referenced in the package.json for package usage.

This PR is based on #8 !

Mastercuber avatar Mar 24 '24 23:03 Mastercuber