From aded6f9dbcd6559f55c1f71969b9aeb70955e929 Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Wed, 3 Jul 2019 14:32:32 -0700 Subject: [PATCH] Decrease CDN cache time to 10 mins Fixes #186 --- modules/client/main/App.js | 20 +++++++++++++------- modules/middleware/fetchPackage.js | 4 ++-- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/modules/client/main/App.js b/modules/client/main/App.js index 43c6cdb..7dcf010 100644 --- a/modules/client/main/App.js +++ b/modules/client/main/App.js @@ -185,8 +185,7 @@ export default class App extends React.Component {

If you omit the file path (i.e. use a “bare” URL), unpkg will serve the file specified by the unpkg field in{' '} - package.json, or fall back to{' '} - main. + package.json, or fall back to main.