mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-20 07:30:57 +00:00
fix nuxt dev
This commit is contained in:
parent
99129216ee
commit
f4975dfd09
@ -95,7 +95,7 @@ function containsPattern (arr, val) {
|
||||
)
|
||||
}
|
||||
|
||||
const scopedModuleRegex = /@[a-zA-Z0-9][\\w-.]+\/[a-zA-Z0-9][\\w-.]+([a-zA-Z0-9./]+)?/g
|
||||
const scopedModuleRegex = /@[a-zA-Z0-9][.\\w-]+\/[a-zA-Z0-9][.\\w-]+([a-zA-Z0-9./]+)?/g
|
||||
|
||||
function getModuleName (request, includeAbsolutePaths) {
|
||||
let req = request
|
||||
|
Loading…
Reference in New Issue
Block a user