mirror of
1
Fork 0

use .jsx extensions for components

This commit is contained in:
f0x 2022-09-09 20:49:56 +02:00
parent 2576e3b2d6
commit cc69e65a72
1 changed files with 2 additions and 1 deletions

View File

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