https://github.com/tauri-apps/tauri-webpack
[Deprecated] webpack for no server
https://github.com/tauri-apps/tauri-webpack
Last synced: 3 months ago
JSON representation
[Deprecated] webpack for no server
- Host: GitHub
- URL: https://github.com/tauri-apps/tauri-webpack
- Owner: tauri-apps
- License: mit
- Archived: true
- Created: 2019-12-15T22:14:44.000Z (about 6 years ago)
- Default Branch: dev
- Last Pushed: 2020-06-03T09:02:14.000Z (over 5 years ago)
- Last Synced: 2024-04-13T21:13:03.904Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 90.8 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```bash
yarn add @tauri-apps/tauri-webpack
```
In your webpack config:
```js
chainWebpack (chain) {
require('@tauri-apps/tauri-webpack').chain(chain)
}
```
In your `tauri.conf.js`
```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