Specifically made a syntax error in the code to demonstrate the output to the console.
Too much trash and nothing about the error itself. Some small squares, "m" -ki and generally very strange and crooked formatting. Where does it come from and how can it be overcome?
The config is absolutely trivial: just a Vue application.
const Path = require("path"); const VueLoaderPlugin = require("vue-loader/lib/plugin"); module.exports = { mode: "development", entry: Path.join(__dirname, "main.js"), output: { path: Path.join(__dirname, "dist"), filename: "main.js" }, module: { rules: [{ test: /\.js$/, use: "babel-loader" }, { test: /\.vue$/, use: "vue-loader" }, { test: /\.css$/, use: [ "vue-style-loader", "css-loader" ] } ] }, resolve: { alias: { "vue-custom-context-menu": Path.join(__dirname, "..", "src") } }, plugins: [ new VueLoaderPlugin() ] }; 
stats: {colors: /**/ }, but for some reason this did not help. - smellyshovel 6:51 pm