Skip to content

Commit

Permalink
build(project): try increase heap size
Browse files Browse the repository at this point in the history
as suggested here vuejs/vue-cli#1453
  • Loading branch information
moranje committed Oct 31, 2018
1 parent 61acbee commit 32406df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"serve": "vue-cli-service serve --open",
"build": "vue-cli-service build",
"build": "npx --max_old_space_size=4096 vue-cli-service build",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
Expand Down
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const webpack = require('webpack');

module.exports = {
lintOnSave: true,
parallel: false,
// parallel: false,

pwa: {
name: 'Meditor One'
Expand Down

0 comments on commit 32406df

Please sign in to comment.