This pull request fixes the exports.require path in the package.json file to point to the correct file (./dist/vue-turnstile.umd.cjs). The current path (./dist/vue-turnstile.umd.js) does not exist, which causes issues in production builds.
Testing
The change has been tested locally in a production build environment and works as expected.
Fix
exports.require
Path inpackage.json
Description
This pull request fixes the
exports.require
path in thepackage.json
file to point to the correct file (./dist/vue-turnstile.umd.cjs
). The current path (./dist/vue-turnstile.umd.js
) does not exist, which causes issues in production builds.Testing
The change has been tested locally in a production build environment and works as expected.
Thank you for considering this fix!