mirror of
https://github.com/tauri-apps/vue-cli-plugin-tauri.git
synced 2026-02-04 02:31:17 +01:00
fix tests
This commit is contained in:
@@ -5,7 +5,8 @@ const path = require('path')
|
||||
module.exports = (projectName) => {
|
||||
const preset = { ...defaultPreset }
|
||||
preset.plugins['vue-cli-plugin-tauri'] = {
|
||||
appName: 'app'
|
||||
appName: 'app',
|
||||
windowTitle: 'app'
|
||||
}
|
||||
delete preset.plugins['@vue/cli-plugin-eslint']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user