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
BRJS libraries can currently define modules within the library (e.g. br/component/testing/ComponentFixture) but there is currently no way do define a module at the root of the require-path (e.g. br/component). I'm proposing that we allow this by letting developers create a src/index.js file. This is needed for #1611.
The text was updated successfully, but these errors were encountered:
BRJS libraries can currently define modules within the library (e.g.
br/component/testing/ComponentFixture
) but there is currently no way do define a module at the root of the require-path (e.g.br/component
). I'm proposing that we allow this by letting developers create asrc/index.js
file. This is needed for #1611.The text was updated successfully, but these errors were encountered: