disable minifyInternalExports

doesn't really make sense for a library since users'
build step will do it again anyway
pull/8504/head
gtmnayan 3 years ago
parent df4cad404f
commit 890bcba92a

@ -57,6 +57,7 @@ export default [
},
chunkFileNames: `internal/[name]-[hash].${ext}`,
format,
minifyInternalExports: false,
dir: '.',
};
}

Loading…
Cancel
Save