updated prettier config
This commit is contained in:
@@ -119,7 +119,7 @@ function runPostEsbuild(name, result, metaString, CLIArgs, PrettierConfig) {
|
||||
else if (result.content) {
|
||||
let content = metaString + result.content;
|
||||
if (CLIArgs.prettier) {
|
||||
content = (0, prettier_1.format)(content, PrettierConfig === null ? undefined : PrettierConfig);
|
||||
content = (0, prettier_1.format)(content, PrettierConfig);
|
||||
}
|
||||
(0, fs_1.writeFileSync)(pathDist, content);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user