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 b36750d commit 793183aCopy full SHA for 793183a
1 file changed
src/index.js
@@ -3,7 +3,6 @@
3
Author Tobias Koppers @sokra
4
*/
5
export default function (content) {
6
- this.cacheable && this.cacheable(); // eslint-disable-line no-unused-expressions
7
this.value = content;
8
- return `module.exports = ${JSON.stringify(content)}`;
+ return `export default = ${JSON.stringify(content)}`;
9
}
0 commit comments