Skip to content
This repository was archived by the owner on Jun 3, 2020. It is now read-only.

tauri-apps/tauri-webpack

Repository files navigation

Deprecated

This repo and its entire approach have been deprecated. Tauri no longer requires you to use webpack, and you should remove this module from your dependency tree.

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

[Deprecated] webpack for no server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors