remobe generated ts and load proto file directly

This commit is contained in:
Sinuhe Tellez
2021-08-14 23:24:17 -04:00
parent e708e1d0c7
commit 531af31490
7 changed files with 232 additions and 2417 deletions

View File

@@ -87,6 +87,17 @@ module.exports = {
}
}
},
{
test: /\.proto$/,
use: [
{
loader: 'file-loader',
options: {
esModule: false,
},
},
]
},
],
},