You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I update redoc version from 2.1.1 to 2.2.0
I got an error when compile
error in ./node_modules/redoc/bundles/redoc.browser.lib.js
Module parse failed: Unexpected token (41:47711)
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
| margin: 30px 0 20px 0;
| color: ${e=>e.color};
When I update redoc version from 2.1.1 to 2.2.0
I got an error when compile
error in ./node_modules/redoc/bundles/redoc.browser.lib.js
Module parse failed: Unexpected token (41:47711)
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
| margin: 30px 0 20px 0;
| color: ${e=>e.color};
How can i deal with this?
Looking forward to your reply, thank you
The text was updated successfully, but these errors were encountered: