@tauri-apps/tauri-webpack

0.2.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @tauri-apps/tauri-webpack

Weekly Downloads

4

Version

0.2.0

License

MIT

Unpacked Size

7.1 kB

Total Files

6

Last publish

Collaborators

  • beanow
  • nothingismagick
  • lucasfernog
  • nklayman
  • tauri-apps-ci-user