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 06bdd95 commit 1c72199Copy full SHA for 1c72199
packages/jsx2mp-loader/src/script-loader.js
@@ -236,7 +236,8 @@ module.exports = function scriptLoader(content) {
236
content
237
].join('\n');
238
} else {
239
- outputFile(rawContent);
+ // outputFile(rawContent);
240
+ outputFile(content);
241
}
242
} else if (isFromConstantDir(this.resourcePath) && isThirdMiniappComponent) {
243
const dependencies = [];
0 commit comments