Skip to content

Commit 50a372d

Browse files
committed
the new guard error message
1 parent f1d0d9a commit 50a372d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
if (global._cssModulesPolyfill) {
2-
throw new Error('only one instance of css-modules/polyfill is allowed');
2+
throw new Error('only one instance of css-modules-require-hook is allowed');
33
}
44

55
global._cssModulesPolyfill = true;

0 commit comments

Comments
 (0)