1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-23 23:11:12 +02:00

Added Lodash to JS libraries

According to the creator of Lodash, Lodash has better performance, more features and optimisation for larger arrays and object iterations.
This commit is contained in:
Paul van den Dool
2019-04-05 13:36:37 +02:00
committed by GitHub
parent a0c2c2002d
commit 19c5f4af3f

View File

@@ -59,11 +59,15 @@ export const jsLibs = [
type: 'js'
},
{
url:
'https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js',
url: 'https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js',
label: 'Underscore',
type: 'js'
},
{
url: 'https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.11/lodash.min.js',
label: 'Lodash',
type: 'js'
},
{
url: 'https://cdnjs.cloudflare.com/ajax/libs/gsap/1.20.3/TweenMax.min.js',
label: 'Greensock TweenMax',