Webpack build babel-loader error parsing some typescript/es lib Module parse failed: Unexpected token

Nhan Cao
1 min readJul 21, 2023

Error detail:

./node_modules/@walletconnect/ethereum-provider/dist/index.es.js 59:10
Module parse failed: Unexpected token (59:10)
File was processed with these loaders:
* ./node_modules/babel-loader/lib/index.js
You may need an additional loader to handle the result of these loaders.
|…

--

--