From 939b21b33edb2add1d0a4188d7dc80fc38c8ff62 Mon Sep 17 00:00:00 2001 From: marvzhang Date: Wed, 27 Nov 2019 10:05:46 +0800 Subject: [PATCH] added todo --- frontend/vue.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/vue.config.js b/frontend/vue.config.js index c867140e..f5de4ac5 100644 --- a/frontend/vue.config.js +++ b/frontend/vue.config.js @@ -1,3 +1,4 @@ module.exports = { publicPath: process.env.BASE_URL || '/' + // TODO: need to configure output static files with hash }