Skip to content

Commit

Permalink
rm console
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Nov 27, 2019
1 parent c72d168 commit 59454be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export default function(
const { cwd, outputPath, absNodeModulesPath } = api.paths;

const themeTemp = api.winPath(join(absNodeModulesPath, '.plugin-theme'));
console.log(themeTemp);
// 增加中间件
api.addMiddlewareAhead(() => {
return serveStatic(themeTemp);
Expand Down Expand Up @@ -70,6 +69,7 @@ export default function(

// dev 之后
api.onDevCompileDone(() => {
api.log.info('cache in :' + themeTemp);
api.log.pending('💄 build theme');
// 建立相关的临时文件夹
try {
Expand Down

0 comments on commit 59454be

Please sign in to comment.