There was an error while loading. Please reload this page.
1 parent 88399f8 commit d7133faCopy full SHA for d7133fa
webpack.config.dist.js
@@ -46,7 +46,7 @@ module.exports = {
46
module: {
47
rules: [
48
{
49
- test: /\.js$/,
+ test: /\.(js|jsx|ts|tsx)$/,
50
use: [
51
"babel-loader",
52
],
0 commit comments