diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index d9500e14..f78a1f3d 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1,12 @@ +# These are supported funding model platforms + +github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] patreon: atanas +open_collective: # Replace with a single Open Collective username +ko_fi: scriptex +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: ['paypal.me/scriptex'] diff --git a/.npmignore b/.npmignore index 22ed43b4..8e4237a0 100644 --- a/.npmignore +++ b/.npmignore @@ -23,11 +23,13 @@ Thumbs.db # Config files .github .circleci +.travis.yml renovate.json _config.yml _.config.yml .whitesource # Project specific +readme.svg webpack-mpa.svg webpack-mpa.sketch diff --git a/package.json b/package.json index 1118ab55..fb00f836 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webpack-mpa-ts", - "version": "3.5.0", + "version": "3.6.0", "description": "Multi page app setup with webpack", "scripts": { "build": "webpack --NODE_ENV=production", diff --git a/webpack.config.ts b/webpack.config.ts index 977d7013..4a833dcf 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -235,6 +235,9 @@ module.exports = (): webpack.Configuration => { onBuildStart: shellScripts }) ], + externals: { + jquery: 'jQuery' + }, cache: true, bail: false, devtool: isDevelopment ? 'source-map' : false, diff --git a/yarn.lock b/yarn.lock index b435b641..28beb353 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3473,9 +3473,9 @@ ee-first@1.1.1: integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= electron-to-chromium@^1.3.585: - version "1.3.585" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.585.tgz#71cdb722c73488b9475ad1c572cf43a763ef9081" - integrity sha512-xoeqjMQhgHDZM7FiglJAb2aeOxHZWFruUc3MbAGTgE7GB8rr5fTn1Sdh5THGuQtndU3GuXlu91ZKqRivxoCZ/A== + version "1.3.586" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.586.tgz#1484f59b2f820f5f3278f0c6ead71d05b19a1311" + integrity sha512-or8FCbQCRlPZHkOoqBULOI9hzTiStVIQqDLgAPt8pzY+swTrW+89vsqd24Zn+Iv4guAJLxRBD6OR5AmbpabGDA== elliptic@^6.5.3: version "6.5.3" @@ -10436,9 +10436,9 @@ ua-parser-js@^0.7.18: integrity sha512-YUxzMjJ5T71w6a8WWVcMGM6YWOTX27rCoIQgLXiWaxqXSx9D7DNjiGWn1aJIRSQ5qr0xuhra77bSIh6voR/46Q== uglify-js@^3.1.4, uglify-js@^3.10.4: - version "3.11.4" - resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.11.4.tgz#b47b7ae99d4bd1dca65b53aaa69caa0909e6fadf" - integrity sha512-FyYnoxVL1D6+jDGQpbK5jW6y/2JlVfRfEeQ67BPCUg5wfCjaKOpr2XeceE4QL+MkhxliLtf5EbrMDZgzpt2CNw== + version "3.11.5" + resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.11.5.tgz#d6788bc83cf35ff18ea78a65763e480803409bc6" + integrity sha512-btvv/baMqe7HxP7zJSF7Uc16h1mSfuuSplT0/qdjxseesDU+yYzH33eHBH+eMdeRXwujXspaCTooWHQVVBh09w== ultron@~1.1.0: version "1.1.1"