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
{{ message }}
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.
There's a lot of warning regarding - DevTools failed to parse SourceMap: {sourcemap path}
Possible solution
This problem could be resolved configuring webpack with devtool: "eval-source-map".
Workaround
Configure webpack with devtool: "eval-source-map" locally. In a Bento like app this could be done by adding in Config.js a devTool: t.string config option.
Description
There's a lot of warning regarding - DevTools failed to parse SourceMap: {sourcemap path}
Possible solution
This problem could be resolved configuring webpack with
devtool: "eval-source-map"
.Workaround
Configure webpack with
devtool: "eval-source-map"
locally. In a Bento like app this could be done by adding in Config.js adevTool: t.string
config option.example:
And in production.json/development.json/local.json set that option with `"devTool": "eval-source-map":
The text was updated successfully, but these errors were encountered: