mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
This commit is contained in:
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: {}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user