You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for ES Module (ESM) files (.mjs) to the module option. The should, naturally, be bundled within a <script type="module"> tag in the document head.
Add ESM support to the module option
ESM files within normal sources should be fatal
LAST EDIT: 2023/11/06
The text was updated successfully, but these errors were encountered:
Add support for ES Module (ESM) files (
.mjs
) to the module option. The should, naturally, be bundled within a<script type="module">
tag in the document head.LAST EDIT: 2023/11/06
The text was updated successfully, but these errors were encountered: