Skip to content

Commit

Permalink
Mention usage of AsyncMFS in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
amoshydra committed Apr 25, 2019
1 parent 4b054b5 commit a9653ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/BundleAnalyzerPlugin.js
Expand Up @@ -130,6 +130,9 @@ class BundleAnalyzerPlugin {
getBundleDirFromCompiler() {
switch (this.compiler.outputFileSystem.constructor.name) {
case 'MemoryFileSystem':

// Detect AsyncMFS used by Nuxt 2.5 that replaces webpack's MFS during development
// Related: #274
case 'AsyncMFS':
return null;
default:
Expand Down

0 comments on commit a9653ca

Please sign in to comment.