Skip to content

Commit a2ce16c

Browse files
authored
fix: correct typo in error message
1 parent 5ccef25 commit a2ce16c

File tree

3 files changed

+43
-43
lines changed

3 files changed

+43
-43
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export default function loader() {
9494

9595
if (!override) {
9696
if (this.mode === "development") {
97-
code += `else throw new Error('[exposes-loader] The "${globalName.join(
97+
code += `else throw new Error('[expose-loader] The "${globalName.join(
9898
".",
9999
)}" value exists in the global scope, it may not be safe to overwrite it, use the "override" option')\n`;
100100
}

0 commit comments

Comments
 (0)