From caa6e645373b7b731393321d6cd35d70f85e13d3 Mon Sep 17 00:00:00 2001 From: Imshann <851188611@qq.com> Date: Tue, 8 Mar 2022 10:25:14 +0800 Subject: [PATCH] 优化 --- temp.txt | 3 ++- webpack.config.js | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/temp.txt b/temp.txt index b8ad4b7..6cb2b65 100644 --- a/temp.txt +++ b/temp.txt @@ -1,2 +1,3 @@ image - preview=["']{{(.*?)}}["'] => preview="false" \ No newline at end of file + [mvo] + preview=["']\{\{(.*?)\}\}["'] => preview="$1" \ No newline at end of file diff --git a/webpack.config.js b/webpack.config.js index 075a231..700bc4e 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -10,9 +10,9 @@ module.exports = { // boss // path: "/Users/shann/Project/essa/boss/trunk/vendor-lib/ng-antd", // mvo - // path: "/Users/shann/Project/essa/mvo/mvo-webapp/public/browser-vendor/ng-antd", + path: "/Users/shann/Project/essa/mvo/mvo-webapp/public/browser-vendor/ng-antd", // local - path: path.resolve(__dirname, "dist"), + // path: path.resolve(__dirname, "dist"), filename: "ng-antd.js", }, module: { -- libgit2 0.21.2