const path = require("path"); const webpack = require("webpack"); const VueLoaderPlugin = require('vue-loader/lib/plugin'); const clientDir = path.resolve(__dirname, '../client'); module.exports = { entry: [`${clientDir}/main.js`], output: { publicPath: '/app/', }, module: { rules: [ // это будет применяться к файлам `.js` // А ТАКЖЕ к секциям `