Meta: Improve the bundle (#207)

This commit is contained in:
Federico 2021-04-08 20:28:29 +07:00 committed by GitHub
parent 3e200f1e1d
commit 03828a1fbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7025 additions and 10331 deletions

6
.terserrc Normal file
View File

@ -0,0 +1,6 @@
{
"output": {
"beautify": true,
"indent_level": 2
}
}

17343
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{
"private": true,
"scripts": {
"build": "parcel build source/manifest.json --no-source-maps --no-optimize --dist-dir distribution --no-cache --detailed-report 0",
"build": "parcel build source/manifest.json --dist-dir distribution --no-cache --no-content-hash --no-source-maps --detailed-report 0",
"lint": "xo",
"pack:safari": "xcodebuild -project 'safari/GhostText.xcodeproj'",
"start:safari": "open 'safari/build/Release/GhostText.app'",
@ -32,9 +32,8 @@
"webextension-polyfill": "^0.7.0"
},
"devDependencies": {
"@parcel/config-webextension": "^2.0.0-nightly.2186",
"@parcel/transformer-webextension": "^2.0.0-nightly.2186",
"parcel": "^2.0.0-nightly.562",
"@parcel/config-webextension": "^2.0.0-nightly.2259",
"parcel": "^2.0.0-nightly.635",
"xo": "^0.37.1"
},
"engines": {