Skip to content

Commit

Permalink
npm: update deps; rollup: use esm mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Jul 23, 2024
1 parent a9fa23b commit c81a8e7
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 81 deletions.
159 changes: 80 additions & 79 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"tippy.js": "^6.3.7"
},
"scripts": {
"build": "rollup --bundleConfigAsCjs --config",
"dev": "rollup --bundleConfigAsCjs --config --watch"
"build": "rollup --config",
"dev": "rollup --config --watch"
}
}
1 change: 1 addition & 0 deletions frontend/rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import process from 'node:process';
import resolve from '@rollup/plugin-node-resolve';
import commonjs from '@rollup/plugin-commonjs';
import terser from "@rollup/plugin-terser";
Expand Down

0 comments on commit c81a8e7

Please sign in to comment.