use .jsx extensions for components

This commit is contained in:
f0x 2022-09-09 20:49:56 +02:00
parent 2576e3b2d6
commit cc69e65a72

View file

@ -97,7 +97,8 @@ const browserifyConfig = {
return out(file);
})
}]
]
],
extensions: [".js", ".jsx", ".css"]
};
const entryFiles = Object.keys(bundles);