mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 19:41:57 +08:00
chore: 优化代码
This commit is contained in:
parent
e271094414
commit
59417493c8
@ -31,12 +31,11 @@ export default (api) => {
|
||||
return [];
|
||||
},
|
||||
});
|
||||
api.addEntryCodeAhead(() => {
|
||||
if (!isBeforeImports()) {
|
||||
return `import '${utils.winPath(relative(absTmpPath, globalCSSFile[0]))}';`;
|
||||
}
|
||||
return [];
|
||||
});
|
||||
}
|
||||
|
||||
api.addEntryCodeAhead(() => {
|
||||
if (!isBeforeImports()) {
|
||||
return `${globalCSSFile.map((file) => `import '${utils.winPath(relative(absTmpPath, file))}';`).join('')}`;
|
||||
}
|
||||
return [];
|
||||
});
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user