Мелкий рефакторинг

This commit is contained in:
Book Pauk
2021-12-03 14:28:17 +07:00
parent 9ec74eccb4
commit 56559bddab

View File

@@ -30,7 +30,7 @@ module.exports = {
}, },
{ {
resourceQuery: /^\?vue/, resourceQuery: /^\?vue/,
use: path.resolve('build/includer.js') use: path.resolve(__dirname, 'includer.js')
}, },
{ {
test: /\.js$/, test: /\.js$/,