mirror of
https://github.com/tauri-apps/tauri-webpack.git
synced 2026-02-04 02:31:17 +01:00
5c91c1f0ccb59f677d5d6a2f86de1a4217d9d05c
chore(webpack) adjust tauri-config require path
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
}
}
Please visit https://github.com/tauri-apps/tauri for details about contributing and community.
License
Copyright (c) 2019 Tauri MIT
Languages
JavaScript
100%