Closed loewenheim closed 3 months ago
is_in_app currently marks the path 'webpack:///web-ux/currency/src/App.jsx' as not in-app. We should probably err on the side of a path being in-app unless it contains node_modules.
is_in_app
'webpack:///web-ux/currency/src/App.jsx'
node_modules
Fixed as of #1505.
is_in_app
currently marks the path'webpack:///web-ux/currency/src/App.jsx'
as not in-app. We should probably err on the side of a path being in-app unless it containsnode_modules
.