mirror of https://github.com/tauri-apps/tauri
This commit is contained in:
parent
0f86bc4071
commit
ddcd9233bd
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"api": patch
|
||||
---
|
||||
|
||||
CommonJS chunks are now properly exported with `.cjs` extension
|
|
@ -36,6 +36,7 @@ export default [
|
|||
dir: 'dist/',
|
||||
entryFileNames: '[name].cjs',
|
||||
format: 'cjs',
|
||||
chunkFileNames: '[name]-[hash].cjs',
|
||||
exports: 'named',
|
||||
globals: {}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue