@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

/@tauri-apps/tauri-webpack/

    Package Sidebar

    Install

    npm i @tauri-apps/tauri-webpack

    Weekly Downloads

    8

    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