Browse Source

fix: theme script (#32048)

pull/32050/head
二货机器人 3 years ago
committed by GitHub
parent
commit
8acb062267
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .antd-tools.config.js

2
.antd-tools.config.js

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

Loading…
Cancel
Save