mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[build] readable-stream as a deep module for windows
The current dependency tree is now too deep to extract successfully on windows, but adding readable-stream to the deepModules config in the build process gets us back under the limit.
This commit is contained in:
parent
7ab47405f0
commit
d8fdbb8151
1 changed files with 2 additions and 1 deletions
|
@ -62,7 +62,8 @@ module.exports = function (grunt) {
|
|||
'postcss-unique-selectors': '1.0.0',
|
||||
'postcss-minify-selectors': '1.4.6',
|
||||
'postcss-single-charset': '0.3.0',
|
||||
'regenerator': '0.8.36'
|
||||
'regenerator': '0.8.36',
|
||||
'readable-stream': '2.1.0'
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue