Commit 2db8064 1 parent 26818f4 commit 2db8064 Copy full SHA for 2db8064
File tree 2 files changed +12
-11
lines changed
2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " megazeux-web" ,
3
3
"version" : " 0.1.0" ,
4
4
"description" : " MegaZeux web frontend" ,
5
+ "type" : " module" ,
5
6
"main" : " src/index.js" ,
6
7
"scripts" : {
7
8
"build" : " node_modules/.bin/rollup -c" ,
11
12
"author" : " asie" ,
12
13
"license" : " GPL-2.0-or-later" ,
13
14
"devDependencies" : {
14
- "@babel/core" : " ^7.5.5 " ,
15
- "@babel/preset-env" : " ^7.5.5 " ,
16
- "rollup" : " ^1.19.4 " ,
17
- "rollup- plugin-babel" : " ^4.3.3 " ,
18
- "rollup- plugin-node-resolve" : " ^5.2 .0" ,
19
- "rollup- plugin-terser" : " ^5.1.1 "
15
+ "@babel/core" : " ^7.26.0 " ,
16
+ "@babel/preset-env" : " ^7.26.0 " ,
17
+ "rollup" : " ^4.24.3 " ,
18
+ "@ rollup/ plugin-babel" : " ^6.0.4 " ,
19
+ "@ rollup/ plugin-node-resolve" : " ^15.3 .0" ,
20
+ "@ rollup/ plugin-terser" : " ^0.4.4 "
20
21
},
21
22
"dependencies" : {
22
- "core-js" : " ^3.2.1 "
23
+ "core-js" : " ^3.39.0 "
23
24
}
24
25
}
Original file line number Diff line number Diff line change 1
- import resolve from 'rollup- plugin-node-resolve' ;
2
- import babel from 'rollup- plugin-babel' ;
3
- import { terser } from 'rollup- plugin-terser' ;
1
+ import resolve from '@ rollup/ plugin-node-resolve' ;
2
+ import babel from '@ rollup/ plugin-babel' ;
3
+ import terser from '@ rollup/ plugin-terser' ;
4
4
5
5
let plugins = [
6
6
resolve ( ) ,
@@ -19,6 +19,6 @@ export default {
19
19
output : {
20
20
file : 'mzxrun_web.js' ,
21
21
format : 'iife' , // use browser globals
22
- sourceMap : true
22
+ sourcemap : true
23
23
}
24
24
} ;
You can’t perform that action at this time.
0 commit comments