Skip to content

Commit b2b277a

Browse files
rigor789yyx990803
authored andcommitted
fix: typo in vue-loader compilerOptions (#1263)
1 parent 2d09a4c commit b2b277a

File tree

1 file changed

+1
-1
lines changed
  • packages/@vue/cli-service/lib/config

1 file changed

+1
-1
lines changed

packages/@vue/cli-service/lib/config/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ module.exports = (api, options) => {
4747
.use('vue-loader')
4848
.loader('vue-loader')
4949
.options({
50-
compilerOpitons: {
50+
compilerOptions: {
5151
preserveWhitespace: false
5252
}
5353
})

0 commit comments

Comments
 (0)