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