Skip to content

Commit edb003a

Browse files
committed
feat: let Babel process all source
1 parent 61923a2 commit edb003a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.cjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ class ScratchWebpackConfigBuilder {
6464
},
6565
module: {
6666
rules: [{
67-
include: this._srcPath,
6867
test: enableReact ? /\.jsx?$/ : /\.js$/,
6968
loader: 'babel-loader',
7069
options: {

0 commit comments

Comments
 (0)