File tree Expand file tree Collapse file tree 2 files changed +1
-17
lines changed
Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,5 @@ module.exports = (api) => {
2929 ] ,
3030 plugins,
3131 compact : false ,
32- overrides : [
33- {
34- include : './node_modules/parse5-sax-parser/lib/index.js' ,
35- } ,
36- ] ,
3732 } ;
3833} ;
Original file line number Diff line number Diff line change @@ -252,18 +252,7 @@ module.exports = (env = process.env.NODE_ENV || 'development') => {
252252 } ,
253253 {
254254 test : / \. j s $ / u,
255- include : [
256- matchModule ( 'ansi-styles' ) ,
257- matchModule ( 'ast-types' ) ,
258- matchModule ( 'chalk' ) ,
259- matchModule ( 'lodash-es' ) ,
260- matchModule ( 'parse5' ) ,
261- matchModule ( 'parse5-sax-parser' ) ,
262- matchModule ( 'postcss-html' ) ,
263- matchModule ( 'recast' ) ,
264- matchModule ( 'redux' ) ,
265- matchModule ( 'stylelint' ) ,
266- ] ,
255+ include : [ path . resolve ( __dirname , 'node_modules' ) ] ,
267256 use : { loader : 'babel-loader' , options : babelLoaderConfig } ,
268257 } ,
269258 {
You can’t perform that action at this time.
0 commit comments