apply suggestions from code review

This commit is contained in:
Thomas Nordquist
2022-02-27 22:58:30 +01:00
committed by GitHub
parent b17b54490e
commit ea7535b250
4 changed files with 0 additions and 25 deletions

View File

@@ -45,7 +45,6 @@ class ValueRenderer extends React.Component<Props, State> {
}
const str = Base64Message.toUnicodeString(msg)
try {
JSON.parse(str)
} catch (error) {

View File

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