fix: theme script (#32048)

This commit is contained in:
二货机器人 2021-09-06 20:04:25 +08:00 committed by GitHub
parent cd03e80c4b
commit 8acb062267
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,7 +160,7 @@ module.exports = {
cloneFile.contents = Buffer.from(
[
// Inject variable
'@root-entry-name: default',
'@root-entry-name: default;',
// Point to origin file
"@import './index';",
].join('\n\n'),