Skip to content
Snippets Groups Projects
Commit 667148d5 authored by Charles Shin's avatar Charles Shin Committed by Chris Snyder
Browse files

Issue #3121953 by cshin: Undefined JS property for external libraries

parent 4854acc5
No related branches found
Tags 8.x-1.2
No related merge requests found
......@@ -2,15 +2,15 @@
polyfill:
version: 3
js:
https://polyfill.io/v3/polyfill.min.js?features=fetch: {external: true}
https://polyfill.io/v3/polyfill.min.js?features=fetch: { type: external, minified: true }
react:
version: 16.12.0
js:
https://unpkg.com/react@16.12.0/umd/react.production.min.js: {external: true}
https://unpkg.com/react@16.12.0/umd/react.production.min.js: { type: external, minified: true }
react-dom:
version: 16.12.0
js:
https://unpkg.com/react-dom@16.12.0/umd/react-dom.production.min.js: {external: true}
https://unpkg.com/react-dom@16.12.0/umd/react-dom.production.min.js: { type: external, minified: true }
# Sitewide Alert Component
init:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment