mirror of
https://github.com/bluelephant825/highlightr-plus.git
synced 2026-07-22 07:02:08 +00:00
feat: update rollup configuration to use .mjs extension and add copy plugin for asset management
This commit is contained in:
parent
8c9bbbdc89
commit
7f8a803b0a
2 changed files with 2 additions and 2 deletions
|
|
@ -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": "",
|
||||
|
|
|
|||
Loading…
Reference in a new issue