We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 268b370 commit 54c1a08Copy full SHA for 54c1a08
src/tran/geneJS.js
@@ -30,7 +30,7 @@ Component(WxNormalComp())
30
entryRelativePath = getRelativePath(finalJSPath, entryFilePath)
31
}
32
33
- const RNAppCode = (entryFilePath ? `import RNApp from "${entryRelativePath}"` : `const RNApp = {}`)
+ const RNAppCode = `const RNApp = {}`
34
35
36
const renderCompCode = `import CompMySelf from "./${compFilename}.comp"
0 commit comments