Skip to content

Commit

Permalink
fix cdn rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
klevron committed Apr 29, 2021
1 parent d0a78e8 commit 80c9ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ function createConfig(format, output, plugins = [], minify = false) {
sourcemap: true,
},
plugins: [
...plugins,
// vue(),
tsPlugin,
...plugins,
],
}
}
Expand Down

0 comments on commit 80c9ab4

Please sign in to comment.