-
-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[3.6.0] Parcel bundler doesn't support <script type="module">
#3628
Comments
✅ |
@afbora just so I can get a mental model of how things fit together, how is Parcel involved here? Is it that Parcel can’t produce a JS file that can be loaded as an ES module inside the Kirby Panel? |
@danburzo Sorry! @distantnative will answer your question better. Not my specialty :) |
@afbora I'm not sure 😂 this was your issue: but yes my guess is that Parcel was used here in a plugin to generate/compile the plugin's HS file but wasn't capable to produce something the Panel would support |
Thanks! :D |
Describe the bug
While I try to pagetable plugin on 3.6.0, I'm getting an error. I tracked down and since we started to use
<script type="module">
in Panel 3.6.0 and parcel doesn't support that: parcel-bundler/parcel#2833Console output
Kirby Version
3.6.0
The text was updated successfully, but these errors were encountered: