./node_modules/query-string/base.js 415:14
Module parse failed: Unexpected token (415:14)
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.
|
| return {
url: url_?.split('?')?.[0] ?? '',
| query: parse(extract(url), options),
| ...(options && options.parseFragmentIdentifier && hash ? {
#####################
npm version is 8.19.4
node version is v16.20.2