From 3d524ed5683bd86531ca53f53f1fcc23532563a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=9D=E5=BF=97=E9=91=AB?= <1204505056@qq.com> Date: Thu, 23 Jul 2020 15:23:32 +0800 Subject: [PATCH] deploy --- webstorm.config.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 webstorm.config.js diff --git a/webstorm.config.js b/webstorm.config.js new file mode 100644 index 0000000..9117455 --- /dev/null +++ b/webstorm.config.js @@ -0,0 +1,3 @@ +'use strict' +const webpackConfig = require('@vue/cli-service/webpack.config.js') +module.exports = webpackConfig