Skip to content

Commit 8206b3d

Browse files
authored
Update loader.js
1 parent 392c4ae commit 8206b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export function pitch(request) {
181181
return callback(e);
182182
}
183183

184-
let resultSource = `// extracted by ${pluginName}`;
184+
let resultSource = `/* extracted by ${pluginName}*/`;
185185
const result = locals
186186
? `\nmodule.exports = ${JSON.stringify(locals)};`
187187
: '';

0 commit comments

Comments
 (0)