File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ exports.eslint = {
2525
2626exports . typescript = {
2727 enable : false ,
28- test : / \. t s $ / ,
28+ test : / \. t s x ? $ / ,
2929 exclude : / n o d e _ m o d u l e s / ,
3030 use ( ) {
3131 const loaders = [ ] ;
Original file line number Diff line number Diff line change @@ -612,7 +612,8 @@ class WebpackBaseBuilder extends Config {
612612 return config ;
613613 }
614614 // use default babelrc
615- return this . merge ( config , this . merge ( babelOptions , this . babelConfig ) ) ;
615+ const options = this . merge ( babelOptions , this . babelConfig ) ;
616+ return this . merge ( config , { options } ) ;
616617 }
617618
618619 createCacheLoader ( loaderOptions , name ) {
Original file line number Diff line number Diff line change 11{
22 "name" : " easywebpack" ,
3- "version" : " 4.9.4 " ,
3+ "version" : " 4.9.5 " ,
44 "description" : " 基于 Webpack 的前端构建工程化解决方案" ,
55 "keywords" : [
66 " webpack" ,
You can’t perform that action at this time.
0 commit comments