I have react app. Everything works well with version 0.9.1, but when I installed 0.13.2 import fails
import parser from '@solidity-parser/parser';
as well as
import * as parser from '@solidity-parser/parser';const parser require('@solidity-parser/parser');
error:
TypeError: __webpack_require__(...).join is not a function
...
Hi @aquiladev. I think this is the same issue as #47. I'm going to close this one for bookkeeping reasons, but please re-open if you think this is a different issue.
I have react app. Everything works well with version
0.9.1
, but when I installed0.13.2
import failsimport parser from '@solidity-parser/parser';
as well asimport * as parser from '@solidity-parser/parser';
const parser require('@solidity-parser/parser');
error:
on localhost:
Repo: https://github.com/aquiladev/remix-sol2uml