Skip to content

Commit

Permalink
Remove switch fallthrough for eslint compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
amoshydra committed Apr 25, 2019
1 parent a9653ca commit 2aba4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BundleAnalyzerPlugin.js
Expand Up @@ -130,7 +130,7 @@ class BundleAnalyzerPlugin {
getBundleDirFromCompiler() {
switch (this.compiler.outputFileSystem.constructor.name) {
case 'MemoryFileSystem':

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

0 comments on commit 2aba4a3

Please sign in to comment.