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
The Azure SDK for JS repository uses rollup in order to produce browser bundles.
Historically, every package contained its own rollup configuration files when building a browser bundle for testing.
We have an effort in place to share rollup configuration across packages from a common source.
What to do:
Delete rollup.base.config.js and rollup.test.config.js
Run rushx test from the package folder after setting up your environment
Acceptance criteria:
rushx test succeeds
rollup.base.config.js and rollup.test.config.js are removed from the relevant directories
The text was updated successfully, but these errors were encountered:
ghost
added
the
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
label
Sep 23, 2021
jeremymeng
added
Client
This issue points to a problem in the data-plane of the library.
EngSys
This issue is impacting the engineering system.
labels
Sep 23, 2021
ghost
removed
the
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
label
Sep 23, 2021
We've been migrating packages over to the single shared rollup config that dev-tool defines. This PR just migrates over two more
packages that are easy to move over:
- @azure/web-pubsub
- @azure-tools/testing-recorder-new
Resolves#17811Resolves#17809
For the following libraries
The Azure SDK for JS repository uses rollup in order to produce browser bundles.
Historically, every package contained its own rollup configuration files when building a browser bundle for testing.
We have an effort in place to share rollup configuration across packages from a common source.
What to do:
rollup.base.config.js
androllup.test.config.js
rollup.config.js
to the following:rushx test
from the package folder after setting up your environmentAcceptance criteria:
rushx test
succeedsrollup.base.config.js
androllup.test.config.js
are removed from the relevant directoriesThe text was updated successfully, but these errors were encountered: