Closed jamesnw closed 7 years ago
webpack -p gives the following error-
webpack -p
ERROR in ./src/interface/About.js Module build failed: SyntaxError: Invalid left-hand side in assignment expression (59:112)
There is an errant ` in the URL right before the ? that is closing the quote too early.
Any chance of merging this? It's a shame for people's builds to fail for such a tiny error
sorry for the delay!
webpack -p
gives the following error-There is an errant ` in the URL right before the ? that is closing the quote too early.