Skip to content

Commit

Permalink
Update: importing es5 polyfills by default
Browse files Browse the repository at this point in the history
  • Loading branch information
stevematney committed Jan 12, 2021
1 parent 2caf757 commit 3566c5b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
17 changes: 11 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,8 @@
"react-dom": "^16.13.0",
"semantic-release": "^17.0.4",
"typescript": "^3.8.3"
},
"dependencies": {
"@webcomponents/webcomponentsjs": "^2.5.0"
}
}
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import '@webcomponents/webcomponentsjs/custom-elements-es5-adapter';
import ReactHTMLElement from './ReactHTMLElement';

export default ReactHTMLElement;

0 comments on commit 3566c5b

Please sign in to comment.