Skip to content

Commit d37075e

Browse files
committed
correct matching pattern
1 parent df891e8 commit d37075e

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
@@ -80,7 +80,7 @@ module.exports = {
8080
* Transform firebase packages to cjs, so they can be stubbed in tests
8181
*/
8282
{
83-
test: /\.[m]js$/,
83+
test: /\.m?js$/,
8484
include: function (modulePath) {
8585
const match = /node_modules\/@firebase.*/.test(modulePath);
8686
return match;

0 commit comments

Comments
 (0)