Don't minify @theatre/r3f/dist/extension.js
This commit is contained in:
parent
0bb97f14d3
commit
8d977ed6ba
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@ async function createBundles() {
|
||||||
outfile: path.join(__dirname, '../dist/extension/index.js'),
|
outfile: path.join(__dirname, '../dist/extension/index.js'),
|
||||||
format: 'cjs',
|
format: 'cjs',
|
||||||
metafile: true,
|
metafile: true,
|
||||||
minify: true,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const result = await build(esbuildConfig)
|
const result = await build(esbuildConfig)
|
||||||
|
|
Loading…
Reference in a new issue