Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
48e1090
feat(scripts-bundle-size-auditor): implement generic cli for old size…
Hotell Jun 15, 2023
26a2173
feat(scripts-bundle-size-auditor): add merging functionality to cli a…
Hotell Jun 15, 2023
8df5f27
chore(react-northstar): add bundle-size-auditor config to replace tes…
Hotell Jun 15, 2023
e4428f3
ci(bundlesize): use new bundle-size-auditor setup for v0,v8
Hotell Jun 15, 2023
c7a1c40
chore: remove unnecessary test-bundles app which is now replaced by b…
Hotell Jun 15, 2023
c2fe19e
chore: add bundle-size-auditor task dependency definition
Hotell Jun 15, 2023
c19366f
generate changefiles
Hotell Jun 15, 2023
23dd38b
fix(scripts-bundle-size-auditor): update deps and fix ts errors
Hotell Jun 15, 2023
05b5dfa
feat(bundle-size-auditor): provide fallback behaviour if no reports w…
Hotell Jun 15, 2023
ffa3bed
chore: add owner for bundle-size-auditor
Hotell Jun 15, 2023
f9e82ba
chore(nx): add scripts-bundle-size-auditor to workspace.json
Hotell Jun 16, 2023
f1e0736
feat(bundle-size-auditor): remove dependency on scripts-webpack and m…
Hotell Jun 16, 2023
21718f4
refactor(bundle-size-auditor): use options pattern for createWebpackC…
Hotell Jun 16, 2023
c80b967
fixup! chore: remove unnecessary test-bundles app which is now replac…
Hotell Jun 16, 2023
8805984
feat(bundle-size-auditor): add transpileToEs5 option to createWebpack…
Hotell Jun 19, 2023
f47706f
ci(bundlesize): be explicit about artifact name to make explicit wher…
Hotell Jun 19, 2023
c165c03
docs(bundle-size-auditor): add readme
Hotell Jun 19, 2023
a6d8d3c
ci: update display name with more context for sizeauditor
Hotell Jun 19, 2023
a3ddd0b
fixup! docs(bundle-size-auditor): add readme
Hotell Jun 19, 2023
f0be29a
chore(scripts-generators): remoce bundle-size-collect scripts which i…
Hotell Jun 19, 2023
d5f2cdb
test(bundle-size-auditor): add functionality coverage
Hotell Jun 20, 2023
a051af3
fix(scripts-bundle-size-auditor): resolve type-check issues
Hotell Jun 20, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ scripts/update-release-notes @microsoft/fluentui-react-build
scripts/utils @microsoft/fluentui-react-build
scripts/webpack @microsoft/fluentui-react-build
scripts/perf-test-flamegrill @microsoft/fluentui-react-build
scripts/bundle-size-auditor @microsoft/fluentui-react-build

#### Fluent UI N*
packages/a11y-rules @microsoft/fluentui-northstar
Expand All @@ -124,7 +125,6 @@ apps/vr-tests @microsoft/fluentui-react
apps/vr-tests-react-components @microsoft/fluentui-react
apps/ssr-tests @microsoft/fluentui-react
apps/pr-deploy-site @microsoft/fluentui-react-build
apps/test-bundles @microsoft/fluentui-react
apps/public-docsite-v9 @microsoft/cxe-red @microsoft/cxe-coastal @microsoft/fluentui-react-build
apps/theming-designer @microsoft/fluentui-react
apps/ssr-tests-v9 @microsoft/fluentui-react-build
Expand Down
11 changes: 0 additions & 11 deletions apps/test-bundles/.eslintrc.json

This file was deleted.

321 changes: 0 additions & 321 deletions apps/test-bundles/CHANGELOG.json

This file was deleted.

Loading