Skip to content

v0.0.3

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jun 13:11
· 295 commits to main since this release
Fix compile config to generate index.js and index.js.map

There was missconfiguration in package.json file where
the wrong entry point for the ncc compiler was set.

With this commit we set the entry point to the correct
main.js file in the source directory.