Skip to content

Commit 0b33530

Browse files
SimonSiefkeyyx990803
authored andcommitted
chore: fix typo (#1630)
1 parent 346b9df commit 0b33530

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
@@ -195,7 +195,7 @@ const loader: webpack.loader.Loader = function(source: string) {
195195
rawShortFilePath.replace(/\\/g, '/')
196196
)}`
197197
} else if (options.exposeFilename) {
198-
// Libraies can opt-in to expose their components' filenames in production builds.
198+
// Libraries can opt-in to expose their components' filenames in production builds.
199199
// For security reasons, only expose the file's basename in production.
200200
code += `\nscript.__file = ${JSON.stringify(path.basename(resourcePath))}`
201201
}

0 commit comments

Comments
 (0)