This commit is contained in:
Philipp Kühn 2020-11-11 10:00:13 +01:00
parent d3701c9618
commit 6c1c3e5da0

View File

@ -43,7 +43,7 @@ async function build(commandLineArgs) {
unpkg,
} = pkg.toJSON()
const plugins = [
const basePlugins = [
resolve(),
commonjs(),
vuePlugin(),
@ -82,7 +82,7 @@ async function build(commandLineArgs) {
...Object.keys(pkg.peerDependencies || {}),
],
plugins: [
...plugins,
...basePlugins,
typescript({
tsconfigOverride: {
compilerOptions: {
@ -115,7 +115,7 @@ async function build(commandLineArgs) {
'vue',
],
plugins: [
...plugins,
...basePlugins,
typescript({
tsconfigOverride: {
compilerOptions: {