Skip to content
This repository was archived by the owner on Sep 20, 2019. It is now read-only.

Commit f66f5a0

Browse files
committed
Merge pull request #250 from webcomponents/ie-lite-fixes
Add WM and MO polyfills to lite for IE. Make build manifest match.
2 parents 57abb78 + 3bd6a8b commit f66f5a0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/WebComponents/build-lite.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[
22
"build/boot.js",
33
"../URL/URL.js",
4+
"../WeakMap/WeakMap.js",
45
"../MutationObserver/MutationObserver.js",
56
"../HTMLImports/build.json",
67
"../CustomElements/build.json",

webcomponents-lite.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747

4848
// construct full dependency list
4949
var modules = [
50+
'URL/URL.js',
51+
'WeakMap/WeakMap.js',
52+
'MutationObserver/MutationObserver.js',
5053
'HTMLImports/HTMLImports.js',
5154
'CustomElements/CustomElements.js',
5255
'Template/Template.js',

0 commit comments

Comments
 (0)