2019-12-15 23:42:51 -03:00
2019-12-15 23:46:33 +01:00
2019-12-15 23:46:33 +01:00
2019-12-15 23:42:51 -03:00
2019-12-15 23:14:45 +01:00
2019-12-15 23:42:51 -03:00
2019-12-16 00:58:31 +01:00
2019-12-15 22:48:04 +00:00
2019-12-15 23:42:51 -03:00

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

Description
No description provided
Readme MIT 284 KiB
Languages
JavaScript 100%