Skip to content

Commit 0170449

Browse files
mdaffinyyx990803
authored andcommitted
fix: renames index.js to enhanceApp.js (#226)
1 parent 5157c6f commit 0170449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/prepare.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ async function resolveOptions (sourceDir) {
175175
options.notFoundPath = path.resolve(__dirname, 'default-theme/NotFound.vue')
176176
}
177177

178-
const themeEnhanceAppPath = path.resolve(themeDir, 'index.js')
178+
const themeEnhanceAppPath = path.resolve(themeDir, 'enhanceApp.js')
179179
if (fs.existsSync(themeEnhanceAppPath)) {
180180
options.themeEnhanceAppPath = themeEnhanceAppPath
181181
}

0 commit comments

Comments
 (0)