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

@@ -47,17 +47,5 @@
"mixins", "mixins",
"Explorerdmg", "Explorerdmg",
"heapsnapshot", "heapsnapshot",
"noconflict",
"sparkplugb",
"protojson",
"protobuf",
"tahu",
"Protobufs",
"propertyset",
"datatypes",
"ldelim",
"propertysets",
"protoc",
"cirruslink"
] ]
} }

View File

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

View File

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

View File

@@ -1,4 +1,3 @@
import { Base64 } from 'js-base64' import { Base64 } from 'js-base64'
import { Decoder } from './Decoder' import { Decoder } from './Decoder'