Skip to content

Commit daceb3e

Browse files
author
chengyu.chengyulia
committed
fix: format
1 parent ef6c951 commit daceb3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/ts-plus-babel.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const buildSass = (wholeProject: boolean, sourcePath: string) => {
6666
(options, fn) => {
6767
return fn(options);
6868
},
69-
{includePaths: path.join(pri.projectRootPath, 'node_modules')},
69+
{ includePaths: path.join(pri.projectRootPath, 'node_modules') },
7070
),
7171
),
7272
);
@@ -80,7 +80,7 @@ const buildLess = (wholeProject: boolean, sourcePath: string) => {
8080
(options, fn) => {
8181
return fn(options);
8282
},
83-
{paths: [path.join(pri.projectRootPath, 'node_modules', 'includes')]},
83+
{ paths: [path.join(pri.projectRootPath, 'node_modules', 'includes')] },
8484
),
8585
),
8686
);

0 commit comments

Comments
 (0)