mirror of
https://github.com/scratchfoundation/scratch-webpack-configuration.git
synced 2025-08-13 22:50:50 -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: {
|
module: {
|
||||||
rules: [{
|
rules: [{
|
||||||
include: this._srcPath,
|
|
||||||
test: enableReact ? /\.jsx?$/ : /\.js$/,
|
test: enableReact ? /\.jsx?$/ : /\.js$/,
|
||||||
loader: 'babel-loader',
|
loader: 'babel-loader',
|
||||||
options: {
|
options: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue