feat: let Babel process all source

This commit is contained in:
Christopher Willis-Ford 2024-03-11 13:51:57 -07:00
parent 61923a2988
commit edb003a62e

View file

@ -64,7 +64,6 @@ class ScratchWebpackConfigBuilder {
},
module: {
rules: [{
include: this._srcPath,
test: enableReact ? /\.jsx?$/ : /\.js$/,
loader: 'babel-loader',
options: {