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 b61443b commit 58ca784Copy full SHA for 58ca784
README.md
@@ -27,7 +27,7 @@ module.exports = {
27
module: {
28
rules: [
29
{
30
- test: /\.[mc]?[jt]sx$/i,
+ test: /\.[mc]?[jt]sx?$/i,
31
exclude: /node_modules/,
32
use: [
33
// babel-loader, swc-loader, esbuild-loader, or anything you like to transpile JSX should go here.
0 commit comments