]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
fix(runtime-core): expose ssrUtils in esm-bundler build
authorEvan You <yyx990803@gmail.com>
Tue, 27 Jul 2021 21:59:13 +0000 (17:59 -0400)
committerEvan You <yyx990803@gmail.com>
Tue, 27 Jul 2021 21:59:13 +0000 (17:59 -0400)
commitee4cbaeec917362c571ce95352adccd6ec2d1f47
treec0c5c627a5157561534b2fe946a3be323861e167
parent561e210157874b216efc1c17be701a6a81c4383b
fix(runtime-core): expose ssrUtils in esm-bundler build

this is necessary for worker environments where Vue needs to be
bundled (instead of using cjs build via Node.js require)

fix #4199
packages/runtime-core/src/index.ts