Skip to content

Commit

Permalink
chore(polyfills): remove exports and entrypoints (#141)
Browse files Browse the repository at this point in the history
* chore(polyfills): remove exports and entrypoints

* chore(polyfills): change all.js to index.js

Co-authored-by: Wasuwat Limsuparhat <[email protected]>
  • Loading branch information
Theeraphat-Sorasetsakul and wsuwt authored Dec 24, 2021
1 parent 301eb8d commit 8d952c6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 17 deletions.
8 changes: 0 additions & 8 deletions packages/polyfills/entrypoints/minimal.js

This file was deleted.

File renamed without changes.
9 changes: 8 additions & 1 deletion packages/polyfills/minimal.js
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
import './entrypoints/minimal.js';
import 'lit/polyfill-support.js'
import '@webcomponents/webcomponents-platform';
import '@webcomponents/template';
import '@webcomponents/shadydom/src/shadydom';
import '@webcomponents/shadycss/entrypoints/scoping-shim';
import '@webcomponents/shadycss/entrypoints/custom-style-interface';
import '@webcomponents/custom-elements';
import 'shady-css-scoped-element/shady-css-scoped-element.min.js';
9 changes: 1 addition & 8 deletions packages/polyfills/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,7 @@
"description": "Verified polyfills for the Element Framework",
"author": "Refinitiv",
"license": "Apache-2.0",
"main": "entrypoints/all.js",
"exports": {
".": {
"default": "./entrypoints/all.js"
},
"./all.js": "./entrypoints/all.js",
"./minimal.js": "./entrypoints/minimal.js"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "[email protected]:Refinitiv/refinitiv-ui.git",
Expand Down

0 comments on commit 8d952c6

Please sign in to comment.