feat: update rollup configuration to use .mjs extension and add copy plugin for asset management

This commit is contained in:
Olivier de Broqueville 2026-05-14 19:00:53 +02:00
parent 8c9bbbdc89
commit 7f8a803b0a
2 changed files with 2 additions and 2 deletions

View file

@ -5,8 +5,8 @@
"type": "module",
"main": "main.js",
"scripts": {
"dev": "rollup --config rollup.config.js -w",
"build": "rollup --config rollup.config.js"
"dev": "rollup --config rollup.config.mjs -w",
"build": "rollup --config rollup.config.mjs"
},
"keywords": [],
"author": "",