mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
misc: remove unused cache config (#3490)
This commit is contained in:
parent
d9d2d9e8de
commit
749da85b90
@ -16,7 +16,6 @@ export default {
|
||||
|
||||
// Dirs
|
||||
buildDir: '.nuxt',
|
||||
cacheDir: '.cache',
|
||||
nuxtDir,
|
||||
nuxtAppDir: path.resolve(nuxtDir, 'lib', 'app'),
|
||||
modulesDir: ['node_modules'], // ~> relative to options.rootDir
|
||||
|
@ -60,7 +60,6 @@ Options.from = function (_options) {
|
||||
? path.resolve(options.rootDir, options.srcDir)
|
||||
: options.rootDir
|
||||
options.buildDir = path.resolve(options.rootDir, options.buildDir)
|
||||
options.cacheDir = path.resolve(options.rootDir, options.cacheDir)
|
||||
|
||||
// Populate modulesDir
|
||||
options.modulesDir = []
|
||||
|
Loading…
Reference in New Issue
Block a user