mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 03:02:28 +03:00
This commit is contained in:
parent
0f86bc4071
commit
ddcd9233bd
5
.changes/api-cjs-chunks.md
Normal file
5
.changes/api-cjs-chunks.md
Normal file
@ -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
Block a user