Skip to content

Commit

Permalink
fix: Package bug & Nuxt was not correct behavior due to imported func…
Browse files Browse the repository at this point in the history
…tions/node_modules.

Package bug: vuejs/vue-cli#3407
  • Loading branch information
yuki153 committed Feb 3, 2019
1 parent 7246cfd commit 7becac8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"build": "nuxt build && cp -R .nuxt ../functions/nuxt",
"start": "nuxt start",
"generate": "nuxt generate"
},
Expand All @@ -23,5 +23,8 @@
"node-sass": "^4.11.0",
"nodemon": "^1.18.9",
"sass-loader": "^7.1.0"
},
"resolutions": {
"terser": "3.14.1"
}
}

0 comments on commit 7becac8

Please sign in to comment.