Files
tauri-webpack/README.md
Daniel Thompson-Yvetot d0821db848 feat(init)
2019-12-15 23:46:33 +01:00

379 B

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
  }
}

License

Copyright (c) 2019 Tauri MIT