We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78aecbd commit 52f421bCopy full SHA for 52f421b
packages/@vuepress/core/lib/node/webpack/createBaseConfig.js
@@ -310,5 +310,5 @@ function getLastCommitHash () {
310
}
311
312
function getModulePaths () {
313
- return [path.resolve(process.cwd(), 'node_modules')].concat(module.paths)
+ return module.paths.concat([path.resolve(process.cwd(), 'node_modules')])
314
0 commit comments