mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-18 16:11:38 +03:00
4 lines
100 B
JavaScript
4 lines
100 B
JavaScript
|
module.exports = {
|
||
|
process: content => `module.exports = {default: ${JSON.stringify(content)}}`
|
||
|
}
|