We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32eefd9 commit 75502ddCopy full SHA for 75502dd
lib/loader.js
@@ -92,7 +92,7 @@ module.exports = function(content, map) {
92
exportJs = "exports.locals = new Proxy(" + exportJs + "," +
93
"{ get(target, property) { " +
94
"if (typeof target[property] !== 'string' && property !== '__esModule') {" +
95
- "console.warn(`Attempted to access non-existent className '${property} on CSS module'`)" +
+ "console.warn('Attempted to access non-existent class name' + property + ' on CSS module')" +
96
"} else { return target[property] }" +
97
"}})";
98
} else {
0 commit comments