Skip to content

Commit

Permalink
Update rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
skryukov committed Sep 24, 2024
1 parent 09f9181 commit 77c0c01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/turbo-mount/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"prettier": "^3.2.5",
"react": ">= 17.0",
"react-dom": ">= 17.0",
"rollup": "^2.79.1",
"rollup": "^4.22.4",
"rollup-plugin-terser": "^7.0.2",
"stimulus-vite-helpers": ">= 3.0",
"svelte": ">= 3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import alias from '@rollup/plugin-alias';
import typescript from "@rollup/plugin-typescript";
import {terser} from "rollup-plugin-terser";

const pluginsPath = path.resolve(__dirname, 'src', 'plugins');
const pluginsPath = path.resolve(path.dirname('.'), 'src', 'plugins');

const external = [
"@hotwired/stimulus",
Expand Down

0 comments on commit 77c0c01

Please sign in to comment.