0.2.0 • Published 4 years ago

@tauri-apps/tauri-webpack v0.2.0

Weekly downloads
52
License
MIT
Repository
github
Last release
4 years ago

tauri-webpack

npm.io npm.io

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

0.2.0

4 years ago

0.1.4

4 years ago

0.1.2

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago