1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-24 04:12:02 +08:00

fix cdn rollup

This commit is contained in:
Kevin Levron 2021-04-29 21:01:33 +02:00
parent d0a78e8061
commit 80c9ab4bd3

View File

@ -53,9 +53,9 @@ function createConfig(format, output, plugins = [], minify = false) {
sourcemap: true, sourcemap: true,
}, },
plugins: [ plugins: [
...plugins,
// vue(), // vue(),
tsPlugin, tsPlugin,
...plugins,
], ],
} }
} }