Fix isse of sourceMapLoader looking at node_modules
This commit is contained in:
		@@ -24,6 +24,10 @@ module.exports = {
 | 
				
			|||||||
            {
 | 
					            {
 | 
				
			||||||
                test: /\.js$/,
 | 
					                test: /\.js$/,
 | 
				
			||||||
                loader: 'source-map-loader',
 | 
					                loader: 'source-map-loader',
 | 
				
			||||||
 | 
					                exclude: [
 | 
				
			||||||
 | 
					                    // instead of /\/node_modules\//
 | 
				
			||||||
 | 
					                    path.join(process.cwd(), 'node_modules'),
 | 
				
			||||||
 | 
					                ],
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
                test: /\.tsx?$/,
 | 
					                test: /\.tsx?$/,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user