Skip to content

Commit 36af01c

Browse files
committed
Merge branch 'next' of github.com:vuejs/vue-loader into next
2 parents e1fb81d + 0b33530 commit 36af01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ const loader: webpack.loader.Loader = function(source: string) {
197197
rawShortFilePath.replace(/\\/g, '/')
198198
)}`
199199
} else if (options.exposeFilename) {
200-
// Libraies can opt-in to expose their components' filenames in production builds.
200+
// Libraries can opt-in to expose their components' filenames in production builds.
201201
// For security reasons, only expose the file's basename in production.
202202
code += `\nscript.__file = ${JSON.stringify(path.basename(resourcePath))}`
203203
}

0 commit comments

Comments
 (0)