Skip to content
Discussion options

You must be logged in to vote
  • The catch is not a function points to your transpile target needing to be higher es2017+
  • In your own project, if you are using cdn version, you should just be able pull out of the dist folder. If you are bundling (webpack/parcel/vite/esbuild/whatever), you should copy the alpinejs folder from the alpine project somewhere local to project and edit your package.json to point to the local version. Something like this "alpinejs": "file:./alpineDebug/alpinejs",. Nuke your node_modules, and try build.

Replies: 1 comment 22 replies

Comment options

You must be logged in to vote
22 replies
@mokhosh
Comment options

@danddanddand
Comment options

@mokhosh
Comment options

@danddanddand
Comment options

@mokhosh
Comment options

Answer selected by mokhosh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants