mirror of https://github.com/vuejs/core.git
build: disable reexportProtoFromExternal in rollup config
This commit is contained in:
parent
a24809fbd2
commit
b3bd3a210a
|
@ -143,6 +143,8 @@ function createConfig(format, output, plugins = []) {
|
||||||
}
|
}
|
||||||
output.sourcemap = !!process.env.SOURCE_MAP
|
output.sourcemap = !!process.env.SOURCE_MAP
|
||||||
output.externalLiveBindings = false
|
output.externalLiveBindings = false
|
||||||
|
// https://github.com/rollup/rollup/pull/5380
|
||||||
|
output.reexportProtoFromExternal = false
|
||||||
|
|
||||||
if (isGlobalBuild) {
|
if (isGlobalBuild) {
|
||||||
output.name = packageOptions.name
|
output.name = packageOptions.name
|
||||||
|
|
Loading…
Reference in New Issue