Skip to content

Commit 6566eb0

Browse files
committed
Merge branch 'dev' into next
2 parents 1df8839 + e6e82a4 commit 6566eb0

File tree

5 files changed

+13
-12
lines changed

5 files changed

+13
-12
lines changed

dist/VueFinalModal.esm.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/VueFinalModal.umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@atomico/rollup-plugin-sizes": "^1.1.4",
2525
"@babel/core": "^7.11.6",
2626
"@babel/preset-env": "^7.11.5",
27-
"@rollup/plugin-babel": "^5.2.1",
27+
"@rollup/plugin-babel": "^5.2.2",
2828
"@rollup/plugin-commonjs": "^17.0.0",
2929
"@rollup/plugin-node-resolve": "^9.0.0",
3030
"@vue/cli-plugin-eslint": "^4.5.6",

rollup.config.js

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@ const plugins = [
1414
VuePlugin(),
1515
cleanup(),
1616
terser(),
17-
commonjs(),
18-
babel({ babelHelpers: 'bundled' }),
1917
PostCSS(),
18+
commonjs(),
19+
babel({
20+
babelHelpers: 'bundled',
21+
extensions: ['.js', '.jsx', '.es6', '.es', '.mjs', '.vue']
22+
}),
2023
sizes()
2124
]
2225

@@ -39,7 +42,5 @@ export default {
3942
}
4043
],
4144
plugins,
42-
external(id) {
43-
return /^(vue)$/.test(id)
44-
}
45+
external: ['vue']
4546
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -891,10 +891,10 @@
891891
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
892892
integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==
893893

894-
"@rollup/plugin-babel@^5.2.1":
895-
version "5.2.1"
896-
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.2.1.tgz#20fc8f8864dc0eaa1c5578408459606808f72924"
897-
integrity sha512-Jd7oqFR2dzZJ3NWANDyBjwTtX/lYbZpVcmkHrfQcpvawHs9E4c0nYk5U2mfZ6I/DZcIvy506KZJi54XK/jxH7A==
894+
"@rollup/plugin-babel@^5.2.2":
895+
version "5.2.2"
896+
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.2.2.tgz#e5623a01dd8e37e004ba87f2de218c611727d9b2"
897+
integrity sha512-MjmH7GvFT4TW8xFdIeFS3wqIX646y5tACdxkTO+khbHvS3ZcVJL6vkAHLw2wqPmkhwCfWHoNsp15VYNwW6JEJA==
898898
dependencies:
899899
"@babel/helper-module-imports" "^7.10.4"
900900
"@rollup/pluginutils" "^3.1.0"

0 commit comments

Comments
 (0)