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
.githib
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-next" ,
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 @@ -226,6 +226,9 @@ module.exports = () => {
226
226
onBuildStart : shellScripts
227
227
} )
228
228
] ,
229
+ externals : {
230
+ jquery : 'jQuery'
231
+ } ,
229
232
cache : true ,
230
233
bail : false ,
231
234
devtool : isDevelopment ? 'source-map' : false ,
Original file line number Diff line number Diff line change 4016
4016
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
4017
4017
4018
4018
electron-to-chromium@^1.3.585:
4019
- version "1.3.585 "
4020
- resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.585 .tgz#71cdb722c73488b9475ad1c572cf43a763ef9081 "
4021
- integrity sha512-xoeqjMQhgHDZM7FiglJAb2aeOxHZWFruUc3MbAGTgE7GB8rr5fTn1Sdh5THGuQtndU3GuXlu91ZKqRivxoCZ/A ==
4019
+ version "1.3.586 "
4020
+ resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.586 .tgz#1484f59b2f820f5f3278f0c6ead71d05b19a1311 "
4021
+ integrity sha512-or8FCbQCRlPZHkOoqBULOI9hzTiStVIQqDLgAPt8pzY+swTrW+89vsqd24Zn+Iv4guAJLxRBD6OR5AmbpabGDA ==
4022
4022
4023
4023
elliptic@^6.5.3:
4024
4024
version "6.5.3"
@@ -11609,9 +11609,9 @@ ua-parser-js@^0.7.18:
11609
11609
integrity sha512-YUxzMjJ5T71w6a8WWVcMGM6YWOTX27rCoIQgLXiWaxqXSx9D7DNjiGWn1aJIRSQ5qr0xuhra77bSIh6voR/46Q==
11610
11610
11611
11611
uglify-js@^3.1.4, uglify-js@^3.10.4:
11612
- version "3.11.4 "
11613
- resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.11.4 .tgz#b47b7ae99d4bd1dca65b53aaa69caa0909e6fadf "
11614
- integrity sha512-FyYnoxVL1D6+jDGQpbK5jW6y/2JlVfRfEeQ67BPCUg5wfCjaKOpr2XeceE4QL+MkhxliLtf5EbrMDZgzpt2CNw ==
11612
+ version "3.11.5 "
11613
+ resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.11.5 .tgz#d6788bc83cf35ff18ea78a65763e480803409bc6 "
11614
+ integrity sha512-btvv/baMqe7HxP7zJSF7Uc16h1mSfuuSplT0/qdjxseesDU+yYzH33eHBH+eMdeRXwujXspaCTooWHQVVBh09w ==
11615
11615
11616
11616
ultron@~1.1.0:
11617
11617
version "1.1.1"
You can’t perform that action at this time.
0 commit comments