Skip to content

Commit

Permalink
Merge pull request #2506 from modernweb-dev/fix/export-polyfills-data
Browse files Browse the repository at this point in the history
fix: export polyfills data
  • Loading branch information
thepassle authored Oct 25, 2023
2 parents ed05499 + 55d9ea1 commit 8db2ffa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/shaggy-dancers-act.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@web/polyfills-loader": patch
---

fix: export polyfills data
1 change: 1 addition & 0 deletions packages/polyfills-loader/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export { createPolyfillsData } from './createPolyfillsData';
export { createPolyfillsLoader } from './createPolyfillsLoader';
export { injectPolyfillsLoader } from './injectPolyfillsLoader';
export { hasFileOfType, fileTypes, getScriptFileType } from './utils';
Expand Down

0 comments on commit 8db2ffa

Please sign in to comment.