Switch back to using .mjs extension otherwise webpack doesn't compile well with type:module specified in package.json file

This commit is contained in:
Julie Lenaerts 2024-11-05 15:48:48 +01:00
parent f05c25853c
commit dd854ea339
2 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
{
"type": "module",
"name": "chill",
"version": "2.0.0",
"devDependencies": {