Enable spell checking

This commit is contained in:
The Jared Wilcurt 2019-11-07 08:02:01 -05:00 committed by GitHub
parent 2b43f6444b
commit 5dc3336c4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@
"vue-template-compiler": "^2.6.10",
"wait-on": "^3.3.0"
},
"chromium-args": "--load-extension='./node_modules/nw-vue-devtools/extension'",
"chromium-args": "--enable-spell-checking --load-extension='./node_modules/nw-vue-devtools/extension'",
"build": {
"nwVersion": "v0.42.0",
"nwFlavor": "normal",
@ -107,7 +107,6 @@
"vue.config.js"
],
"strippedProperties": [
"chromium-args",
"scripts",
"devDependencies",
"build"
@ -115,7 +114,8 @@
"overriddenProperties": {
"main": "http://localhost:8965",
"node-remote": "http://localhost:8965",
"node-main": "server.js"
"node-main": "server.js",
"chromium-args": "--enable-spell-checking"
},
"win": {
"icon": "public/icon-256.ico"