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
I think both imports should work the same way, as they do in Node, Browserify, etc. Perhaps use require.resolve internally to resolve the filename of imports?
The text was updated successfully, but these errors were encountered:
This does not work:
It does not detect that
ArrayDataSource
extends fromDataSource
. The documentation lists it as "src/ArrayDataSource.js~DataSource".If I include the file extension of
DataSource.js
it works.I think both imports should work the same way, as they do in Node, Browserify, etc. Perhaps use
require.resolve
internally to resolve the filename of imports?The text was updated successfully, but these errors were encountered: