mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01:00
Fix/webpack (#30)
* fix(webpack) move serverless transpilation Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev> * chore(version) bump Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev> * fix(ansi-madness) remove Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
This commit is contained in:
committed by
Lucas Fernandes Nogueira
parent
9500eebd91
commit
a9ecca40f8
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@quasar/tauri",
|
||||
"version": "0.0.1-utility.6",
|
||||
"version": "0.0.1-utility.8",
|
||||
"description": "Multi-binding collection of libraries and templates for building Tauri",
|
||||
"bin": {
|
||||
"tauri": "mode/bin/tauri.js"
|
||||
@@ -40,7 +40,6 @@
|
||||
"lodash.template": "^4.5.0",
|
||||
"minimist": "^1.2.0",
|
||||
"ms": "^2.1.2",
|
||||
"strip-ansi": "=3.0.1",
|
||||
"webpack-merge": "^4.2.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user