The webpack tools currently used by the Tauri no-server mode.
yarn add @tauri-apps/tauri-webpackIn your webpack config:
chainWebpack (chain) {
require('@tauri-apps/tauri-webpack').chain(chain)
}In your tauri.conf.js
tauri: {
embeddedServer: {
active: false
}
}Please visit https://github.com/tauri-apps/tauri for details about contributing and community.
Copyright (c) 2019 Tauri MIT