Want to take a look at our new docs? Our
new docs
are now in beta. Have fun!
API: modulesDir 属性
modulesDir 属性
- 类型:
Array
- 默认:
['node_modules']
用于设置路径解析的模块目录,例如:webpack resolveLoading,nodeExternal 和 postcss。配置路径为相对路径options.rootDir (默认:
process.cwd()
).
例如 (nuxt.config.js
):
export default {
modulesDir: ['../../node_modules']
}
如果您的项目被 Yarn 工作区样式的 mono-repository,则可能需要设置此字段。