mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[devServer] shutup
This commit is contained in:
parent
697430fd56
commit
e2fc5cb475
1 changed files with 0 additions and 2 deletions
|
@ -37,7 +37,6 @@ module.exports = function DevServer(opts) {
|
|||
root: SRC,
|
||||
displayRoot: SRC,
|
||||
filter: function (filename) {
|
||||
console.log(filename);
|
||||
return filename.match(/.*\/src\/.*\.js$/)
|
||||
&& !filename.match(/.*\/src\/kibana\/bower_components\/.*\.js$/)
|
||||
&& !filename.match(/.*\/src\/kibana\/utils\/(event_emitter|next_tick|rison)\.js$/);
|
||||
|
@ -48,7 +47,6 @@ module.exports = function DevServer(opts) {
|
|||
root: APP,
|
||||
displayRoot: SRC,
|
||||
filter: function (filename) {
|
||||
console.log(filename);
|
||||
return filename.match(/.*\/src\/.*\.js$/)
|
||||
&& !filename.match(/.*\/src\/kibana\/bower_components\/.*\.js$/)
|
||||
&& !filename.match(/.*\/src\/kibana\/utils\/(event_emitter|next_tick|rison)\.js$/);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue