As the title says, since v1.0.0-rc.11 the below error occurs:
START:
ℹ 「wdm」: Compiled successfully.
ℹ 「wdm」: Compiling...
✖ 「wdm」:
ERROR in ./node_modules/htmlparser2/lib/esm/index.js 59:9
Module parse failed: Unexpected token (59:9)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| return getFeed(parseDOM(feed, options));
| }
> export * as DomUtils from "domutils";
| // Old name for DomHandler
| export { DomHandler as DefaultHandler };
@ ./node_modules/cheerio/lib/esm/index.js 11:0-68
@ ./node_modules/enzyme/build/ReactWrapper.js
@ ./node_modules/enzyme/build/index.js
@ ./test.entry.js
I think it's a bug of cheerio, because it has been occurring since 3 days ago when the v1.0.0-rc.11 released.
Could you please look into this bug?