mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-06 01:45:37 -05:00
Fix module file loading on Windows
This was causing output files to have the extension .es, which was breaking loading in Windows (loading off the filesystem gave mime type text/plain, which is forbidden by the renderer for script type=module)
This commit is contained in:
@@ -13,9 +13,6 @@ export default defineConfig({
|
|||||||
playHLS: resolve(__dirname, 'src/renderer/playHLS.html'),
|
playHLS: resolve(__dirname, 'src/renderer/playHLS.html'),
|
||||||
control: resolve(__dirname, 'src/renderer/control.html'),
|
control: resolve(__dirname, 'src/renderer/control.html'),
|
||||||
},
|
},
|
||||||
output: {
|
|
||||||
entryFileNames: '[name].[format]',
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user