We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b1639 commit 0286d70Copy full SHA for 0286d70
packages/@vue/cli-service/lib/commands/build/index.js
@@ -52,7 +52,7 @@ module.exports = (api, options) => {
52
if (buildMode) {
53
logWithSpinner(`Building for production as ${buildMode}...`)
54
} else {
55
- throw new Error(`Unknonw build target: ${args.target}`)
+ throw new Error(`Unknown build target: ${args.target}`)
56
}
57
58
0 commit comments