From 56559bddab3cfc3cad99926e94a1157fef7aec29 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Fri, 3 Dec 2021 14:28:17 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B5=D0=BB=D0=BA=D0=B8=D0=B9=20=D1=80?= =?UTF-8?q?=D0=B5=D1=84=D0=B0=D0=BA=D1=82=D0=BE=D1=80=D0=B8=D0=BD=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/webpack.base.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/webpack.base.config.js b/build/webpack.base.config.js index 19933ede..8605c532 100644 --- a/build/webpack.base.config.js +++ b/build/webpack.base.config.js @@ -30,7 +30,7 @@ module.exports = { }, { resourceQuery: /^\?vue/, - use: path.resolve('build/includer.js') + use: path.resolve(__dirname, 'includer.js') }, { test: /\.js$/,