We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 544a669 commit a2054b4Copy full SHA for a2054b4
1 file changed
src/analyzer.js
@@ -10,7 +10,7 @@ const {createAssetsFilter} = require('./utils');
10
const {getCompressedSize} = require('./sizeUtils');
11
12
const FILENAME_QUERY_REGEXP = /\?.*$/u;
13
-const FILENAME_EXTENSIONS = /\.(js|mjs|cjs)$/iu;
+const FILENAME_EXTENSIONS = /\.(js|mjs|cjs|bundle)$/iu;
14
15
module.exports = {
16
getViewerData,
0 commit comments