Remove an unnecessary exclude from Webpack
This commit is contained in:
parent
43d0582b2f
commit
c6f81668de
|
@ -15,10 +15,7 @@ const config = {
|
|||
loaders: [{
|
||||
// Transpile ES2015 (aka ES6) to ES5.
|
||||
|
||||
exclude: [
|
||||
__dirname + '/modules/RTC/adapter.screenshare.js',
|
||||
__dirname + '/node_modules/'
|
||||
],
|
||||
exclude: __dirname + '/node_modules/',
|
||||
loader: 'babel',
|
||||
test: /\.js$/
|
||||
},{
|
||||
|
|
Loading…
Reference in New Issue