Skip to content

Commit

Permalink
missing dep for build
Browse files Browse the repository at this point in the history
  • Loading branch information
btopro committed Feb 7, 2019
1 parent 899646a commit 3ae3b91
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions polymer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"node_modules/@lrnwebcomponents/*/lib/*",
"node_modules/@lrnwebcomponents/*/lib/*/*",
"node_modules/@polymer/app-layout/*/*.js",
"node_modules/@lrnwebcomponents/img-pan-zoom/lib/openseadragon/build/openseadragon/openseadragon.js",
"node_modules/@lrnwebcomponents/elmsln-apps/lib/*/*.js",
"node_modules/@lrnwebcomponents/lrn-calendar/lib/ical.js/build/ical.js",
"node_modules/@lrnwebcomponents/wave-player/lib/wavesurfer.js/dist/wavesurfer.js",
Expand All @@ -30,7 +31,7 @@
"minify": true
},
"bundle": false,
"addServiceWorker": false
"addServiceWorker": true
},
{
"name": "es5-amd",
Expand All @@ -46,7 +47,7 @@
"minify": true
},
"bundle": false,
"addServiceWorker": false
"addServiceWorker": true
}
],
"moduleResolution": "node",
Expand Down

0 comments on commit 3ae3b91

Please sign in to comment.