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