Skip to content

Commit 8692be6

Browse files
committed
Single file
1 parent 79dd78d commit 8692be6

File tree

7 files changed

+336
-610
lines changed

7 files changed

+336
-610
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,5 +161,6 @@ For example, such a React component library might need to be imported into an ES
161161

162162
## References
163163

164+
- https://html.spec.whatwg.org/multipage/webappapis.html#import-maps
164165
- https://github.com/WICG/import-maps
165166
- https://github.com/guybedford/es-module-shims

rollup.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ export default [
1111
];
1212

1313
function config (isWasm, isDebug) {
14-
const name = 'es-module-shims'
15-
1614
return {
17-
input: `src/${name}.js`,
15+
input: `src/index.js`,
1816
output: {
1917
file: `dist/index${isWasm ? '.wasm' : ''}${isDebug ? '.debug' : ''}.js`,
2018
format: "esm",

src/dynamic-import.js

Lines changed: 0 additions & 48 deletions
This file was deleted.

src/env.js

Lines changed: 0 additions & 93 deletions
This file was deleted.

src/features.js

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)