File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 92
92
"devDependencies" : {
93
93
"@babel/types" : " ^7.24.5" ,
94
94
"@rollup/plugin-alias" : " ^5.1.0" ,
95
+ "@rollup/plugin-terser" : " ^0.4.4" ,
95
96
"@rollup/plugin-typescript" : " ^11.1.6" ,
96
97
"@types/react" : " ^18.3.1" ,
97
98
"@types/react-dom" : " ^18.3.0" ,
103
104
"prettier" : " ^3.2.5" ,
104
105
"react" : " >= 17.0" ,
105
106
"react-dom" : " >= 17.0" ,
106
- "rollup" : " ^2.79.1" ,
107
- "rollup-plugin-terser" : " ^7.0.2" ,
107
+ "rollup" : " ^4.22.4" ,
108
108
"stimulus-vite-helpers" : " >= 3.0" ,
109
109
"svelte" : " >= 3.0" ,
110
110
"tslib" : " ^2.6.2" ,
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ import * as path from "node:path";
2
2
import * as fs from "node:fs" ;
3
3
import alias from '@rollup/plugin-alias' ;
4
4
import typescript from "@rollup/plugin-typescript" ;
5
- import { terser } from "rollup- plugin-terser" ;
5
+ import terser from "@ rollup/ plugin-terser" ;
6
6
7
- const pluginsPath = path . resolve ( __dirname , 'src' , 'plugins' ) ;
7
+ const pluginsPath = path . resolve ( path . dirname ( '.' ) , 'src' , 'plugins' ) ;
8
8
9
9
const external = [
10
10
"@hotwired/stimulus" ,
You can’t perform that action at this time.
0 commit comments