1
1
mirror of https://github.com/c8r/x0.git synced 2024-08-16 17:00:24 +03:00

Merge pull request #63 from c8r/relative-resolve

Add relate resolve path
This commit is contained in:
Brent Jackson 2018-06-09 10:20:17 -04:00 committed by GitHub
commit 754f97dc02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,7 @@ module.exports = {
modules: [
__dirname,
path.join(__dirname, '../node_modules'),
path.relative(process.cwd(), path.join(__dirname, '../node_modules')),
'node_modules'
]
},