Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sitewide_alert-3385312
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
sitewide_alert-3385312
Commits
667148d5
Commit
667148d5
authored
4 years ago
by
Charles Shin
Committed by
Chris Snyder
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3121953
by cshin: Undefined JS property for external libraries
parent
4854acc5
No related branches found
Branches containing commit
Tags
8.x-1.2
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sitewide_alert.libraries.yml
+3
-3
3 additions, 3 deletions
sitewide_alert.libraries.yml
with
3 additions
and
3 deletions
sitewide_alert.libraries.yml
+
3
−
3
View file @
667148d5
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment