mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-30 06:23:46 +03:00
10 lines
154 B
JavaScript
10 lines
154 B
JavaScript
module.exports = {
|
|
webpack: {
|
|
configure: (config) => {
|
|
config.output.publicPath = ''
|
|
|
|
return config
|
|
}
|
|
}
|
|
}
|