File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 49
49
"lint-staged" : " ^10.5.4" ,
50
50
"lodash.isequal" : " ^4.5.0" ,
51
51
"prettier" : " ^1.19.1" ,
52
- "rollup" : " ^2.51.0 " ,
52
+ "rollup" : " ^2.52.3 " ,
53
53
"rollup-plugin-cleanup" : " ^3.1.1" ,
54
54
"rollup-plugin-postcss" : " ^3.1.8" ,
55
55
"rollup-plugin-terser" : " ^7.0.2" ,
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ export default {
34
34
format : 'umd' ,
35
35
name : 'VueFinalModal' ,
36
36
sourcemap : true ,
37
+ exports : 'named' ,
37
38
globals : {
38
39
vue : 'Vue'
39
40
}
Original file line number Diff line number Diff line change @@ -7244,7 +7244,7 @@ rollup-pluginutils@^2.8.2:
7244
7244
dependencies :
7245
7245
estree-walker "^0.6.1"
7246
7246
7247
- rollup@^2.51.0 :
7247
+ rollup@^2.52.3 :
7248
7248
version "2.52.8"
7249
7249
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.52.8.tgz#b6462f9c16ffe8995b9a2b313f2e4247fa75e4d9"
7250
7250
integrity sha512-IjAB0C6KK5/lvqzJWAzsvOik+jV5Bt907QdkQ/gDP4j+R9KYNI1tjqdxiPitGPVrWC21Mf/ucXgowUjN/VemaQ==
You can’t perform that action at this time.
0 commit comments