Skip to content

Commit ed709e6

Browse files
committed
transform all but compat packages
1 parent 10362fe commit ed709e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/webpack.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ module.exports = {
8282
{
8383
test: /\.js$/,
8484
include: function (modulePath) {
85-
const match = /node_modules\/@firebase\/util/.test(modulePath);
85+
const match = /node_modules\/@firebase.*/.test(modulePath) && !modulePath.includes('-compat');
8686
return match;
8787
},
8888
use: {

0 commit comments

Comments
 (0)