webpack-dev-server配置好以后,跑不起来,一运行就报错 TypeError: __webpack_require__(...) is not a function
同意楼上的说法
const VueLoaderPlugin = require("vue-loader/lib/plugin") plugins:[ new VueLoaderPlugin() ]
加一个这个。