Using your own build of Alpine #2380
-
After finding the need to build my own version of Alpine temporarily here #2329 here's what I did:
Only the esm one compiled properly, and when I open my application I get warnings and errors and seems like many things are not defined (catch is not a function, my x-data variables aren't defined, etc.) Am I missing a step or something? Node v17.1.0 |
Beta Was this translation helpful? Give feedback.
Answered by
danddanddand
Nov 16, 2021
Replies: 1 comment 22 replies
-
|
Beta Was this translation helpful? Give feedback.
22 replies
Answer selected by
mokhosh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
catch is not a function
points to your transpile target needing to be higher es2017+"alpinejs": "file:./alpineDebug/alpinejs",
. Nuke your node_modules, and try build.