Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit c6b609c

Browse files
author
Matt Goo
authored
feat(infrastructure): add esmodules support for treeshaking (#4409)
1 parent 2bbcfea commit c6b609c

File tree

109 files changed

+884
-236
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+884
-236
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ node_modules/
1414
/build/
1515
/coverage/
1616
packages/*/dist
17+
packages/**/*.js
18+
packages/**/*.d.ts
19+
packages/**/*.map
1720

1821
# Material.io site generator test (`npm run test:site`)
1922
.site-generator-tmp/

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ matrix:
4141
env:
4242
- TEST_SUITE=build
4343
script:
44-
- if has_testable_files; then npm run build; else log_untestable_files; fi
44+
- if has_testable_files; then npm run dist; else log_untestable_files; fi
4545

4646
- node_js: 8
4747
env:

package-lock.json

Lines changed: 88 additions & 167 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)