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:
@@ -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')
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user