Skip to content

Commit

Permalink
E2E only works in Windows up to Node 10.x LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
Archimedes Trajano committed Nov 16, 2019
1 parent 36f8b5a commit 20ebf19
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 41 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# vue-cordova

## Project setup

**note** E2E only works in Windows up to Node 10.x LTS. [Github Issue](https://github.com/vuejs/vue-cli/issues/4799#issuecomment-553075732).

```
npm install -g cordova
npm install
Expand Down
115 changes: 77 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"vuex": "^3.1.2"
},
"devDependencies": {
"@types/chai": "^4.2.4",
"@types/chai": "^4.2.5",
"@types/mocha": "^5.2.4",
"@vue/cli-plugin-e2e-cypress": "^4.0.5",
"@vue/cli-plugin-typescript": "^4.0.5",
Expand All @@ -32,7 +32,7 @@
"cordova-electron": "^1.1.1",
"cordova-plugin-whitelist": "^1.3.4",
"eslint": "^6.6.0",
"sass": "^1.23.3",
"sass": "^1.23.6",
"sass-loader": "^8.0.0",
"sync-cordova-xml": "^0.4.0",
"typescript": "^3.7.2",
Expand Down
8 changes: 7 additions & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
module.exports = {
outputDir: 'www',
publicPath: ''
publicPath: '',
configureWebpack: {
performance: {
maxEntrypointSize: 512000,
maxAssetSize: 512000
}
}
}

0 comments on commit 20ebf19

Please sign in to comment.