Skip to content

Commit 8526001

Browse files
committed
fix: add NO_SIDE_EFFECTS comment to vue-web-component-wrapper.es.js
1 parent 6e11e16 commit 8526001

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package/dist/vue-web-component-wrapper.es.js

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { defineComponent as $, nextTick as B, render as A, createVNode as K, h a
77
* (c) 2018-present Yuxi (Evan) You and Vue contributors
88
* @license MIT
99
**/
10+
/*! #__NO_SIDE_EFFECTS__ */
1011
process.env.NODE_ENV !== "production" && Object.freeze({});
1112
process.env.NODE_ENV !== "production" && Object.freeze([]);
1213
const z = Object.assign, P = Array.isArray, M = (e) => typeof e == "string", L = (e) => {

package/dist/vue-web-component-wrapper.umd.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)