Update winscope proto lookup path

- fix build issue caused by recent privacy proto extensions

Test: npm rum dev
Bug: 64831661
Change-Id: Iae08d10a4de82a5cbe2d7561c4b8884f78d96399
This commit is contained in:
Vishnu Nair
2018-02-06 14:40:42 -08:00
parent e65e8a1904
commit 62d93dd1b2

View File

@@ -45,7 +45,10 @@ module.exports = {
test: /\.proto$/,
loader: 'proto-loader',
options: {
paths: [path.resolve(__dirname, '../../..')]
paths: [
path.resolve(__dirname, '../../..'),
path.resolve(__dirname, '../../../external/protobuf/src')
]
}
},
{