Skip to content

rajivshah3/tauri-webpack

 
 

Repository files navigation

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

About

webpack for no server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%