desktop: production build works (328KB, 85KB gzip), configure outputPath dist/browser, update .gitignore
This commit is contained in:
parent
f4b7e2542e
commit
dcfaceb395
1
desktop/.gitignore
vendored
1
desktop/.gitignore
vendored
@ -42,3 +42,4 @@ __screenshots__/
|
|||||||
# System files
|
# System files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
dist/browser/
|
||||||
|
|||||||
@ -69,7 +69,8 @@
|
|||||||
"maximumError": "8kB"
|
"maximumError": "8kB"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outputHashing": "all"
|
"outputHashing": "all",
|
||||||
|
"outputPath": "dist/browser"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"optimization": false,
|
"optimization": false,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user