Skip to content

Commit 862aacf

Browse files
committed
fix: rollup config
1 parent 383a919 commit 862aacf

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"lint-staged": "^10.5.4",
5050
"lodash.isequal": "^4.5.0",
5151
"prettier": "^1.19.1",
52-
"rollup": "^2.51.0",
52+
"rollup": "^2.52.3",
5353
"rollup-plugin-cleanup": "^3.1.1",
5454
"rollup-plugin-postcss": "^3.1.8",
5555
"rollup-plugin-terser": "^7.0.2",

rollup.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export default {
3434
format: 'umd',
3535
name: 'VueFinalModal',
3636
sourcemap: true,
37+
exports: 'named',
3738
globals: {
3839
vue: 'Vue'
3940
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7244,7 +7244,7 @@ rollup-pluginutils@^2.8.2:
72447244
dependencies:
72457245
estree-walker "^0.6.1"
72467246

7247-
rollup@^2.51.0:
7247+
rollup@^2.52.3:
72487248
version "2.52.8"
72497249
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.52.8.tgz#b6462f9c16ffe8995b9a2b313f2e4247fa75e4d9"
72507250
integrity sha512-IjAB0C6KK5/lvqzJWAzsvOik+jV5Bt907QdkQ/gDP4j+R9KYNI1tjqdxiPitGPVrWC21Mf/ucXgowUjN/VemaQ==

0 commit comments

Comments
 (0)