File tree 5 files changed +23
-7
lines changed
5 files changed +23
-7
lines changed Original file line number Diff line number Diff line change
1
+ # These are supported funding model platforms
2
+
3
+ github : # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
1
4
patreon : atanas
5
+ open_collective : # Replace with a single Open Collective username
6
+ ko_fi : scriptex
7
+ tidelift : # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8
+ community_bridge : # Replace with a single Community Bridge project-name e.g., cloud-foundry
9
+ liberapay : # Replace with a single Liberapay username
10
+ issuehunt : # Replace with a single IssueHunt username
11
+ otechie : # Replace with a single Otechie username
12
+ custom : ['paypal.me/scriptex']
Original file line number Diff line number Diff line change @@ -23,11 +23,13 @@ Thumbs.db
23
23
# Config files
24
24
.github
25
25
.circleci
26
+ .travis.yml
26
27
renovate.json
27
28
_config.yml
28
29
_.config.yml
29
30
.whitesource
30
31
31
32
# Project specific
33
+ readme.svg
32
34
webpack-mpa.svg
33
35
webpack-mpa.sketch
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " webpack-mpa-ts" ,
3
- "version" : " 3.5 .0" ,
3
+ "version" : " 3.6 .0" ,
4
4
"description" : " Multi page app setup with webpack" ,
5
5
"scripts" : {
6
6
"build" : " webpack --NODE_ENV=production" ,
Original file line number Diff line number Diff line change @@ -235,6 +235,9 @@ module.exports = (): webpack.Configuration => {
235
235
onBuildStart : shellScripts
236
236
} )
237
237
] ,
238
+ externals : {
239
+ jquery : 'jQuery'
240
+ } ,
238
241
cache : true ,
239
242
bail : false ,
240
243
devtool : isDevelopment ? 'source-map' : false ,
Original file line number Diff line number Diff line change @@ -3473,9 +3473,9 @@ ee-first@1.1.1:
3473
3473
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
3474
3474
3475
3475
electron-to-chromium@^1.3.585 :
3476
- version "1.3.585 "
3477
- resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.585 .tgz#71cdb722c73488b9475ad1c572cf43a763ef9081 "
3478
- integrity sha512-xoeqjMQhgHDZM7FiglJAb2aeOxHZWFruUc3MbAGTgE7GB8rr5fTn1Sdh5THGuQtndU3GuXlu91ZKqRivxoCZ/A ==
3476
+ version "1.3.586 "
3477
+ resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.586 .tgz#1484f59b2f820f5f3278f0c6ead71d05b19a1311 "
3478
+ integrity sha512-or8FCbQCRlPZHkOoqBULOI9hzTiStVIQqDLgAPt8pzY+swTrW+89vsqd24Zn+Iv4guAJLxRBD6OR5AmbpabGDA ==
3479
3479
3480
3480
elliptic@^6.5.3 :
3481
3481
version "6.5.3"
@@ -10436,9 +10436,9 @@ ua-parser-js@^0.7.18:
10436
10436
integrity sha512-YUxzMjJ5T71w6a8WWVcMGM6YWOTX27rCoIQgLXiWaxqXSx9D7DNjiGWn1aJIRSQ5qr0xuhra77bSIh6voR/46Q==
10437
10437
10438
10438
uglify-js@^3.1.4, uglify-js@^3.10.4 :
10439
- version "3.11.4 "
10440
- resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.11.4 .tgz#b47b7ae99d4bd1dca65b53aaa69caa0909e6fadf "
10441
- integrity sha512-FyYnoxVL1D6+jDGQpbK5jW6y/2JlVfRfEeQ67BPCUg5wfCjaKOpr2XeceE4QL+MkhxliLtf5EbrMDZgzpt2CNw ==
10439
+ version "3.11.5 "
10440
+ resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.11.5 .tgz#d6788bc83cf35ff18ea78a65763e480803409bc6 "
10441
+ integrity sha512-btvv/baMqe7HxP7zJSF7Uc16h1mSfuuSplT0/qdjxseesDU+yYzH33eHBH+eMdeRXwujXspaCTooWHQVVBh09w ==
10442
10442
10443
10443
ultron@~1.1.0 :
10444
10444
version "1.1.1"
You can’t perform that action at this time.
0 commit comments