mirror of
https://github.com/scratchfoundation/scratch-webpack-configuration.git
synced 2025-03-28 21:50:04 -04:00
feat: let Babel process all source
This commit is contained in:
parent
61923a2988
commit
edb003a62e
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ class ScratchWebpackConfigBuilder {
|
|||
},
|
||||
module: {
|
||||
rules: [{
|
||||
include: this._srcPath,
|
||||
test: enableReact ? /\.jsx?$/ : /\.js$/,
|
||||
loader: 'babel-loader',
|
||||
options: {
|
||||
|
|
Loading…
Add table
Reference in a new issue