Skip to content

Commit

Permalink
chore: add isAsync too
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Jul 8, 2021
1 parent e08b17b commit 9b67c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/defaultTheme/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export default <Module>function themeSetupModule() {
const subDirs = await glob(componentsDirPath + '/**/')

// Register each subdirectories
subDirs.forEach((path: string) => dirs.push({ path, global: true }))
subDirs.forEach((path: string) => dirs.push({ path, isAsync: false }))
} else {
// Watch existence of root `components` directory
options.watch.push(componentsDirPath)
Expand Down

0 comments on commit 9b67c34

Please sign in to comment.