Closed itlangzi closed 2 years ago
v2.1.4 just upgrade and build fail, the semicolon is missing? source code at
src/shared.ts
line 68newImportStatement += `import ${localName} from '${libName}/${libDir}${finalName}'`
This is cause by PR #31 Thanks to this issue for letting me know about this bug in #33. I will deprecate V2.1.4 and republish a new version V2.1.5.
v2.1.4 just upgrade and build fail, the semicolon is missing? source code at
src/shared.ts
line 68