Provides a unified configuration of basic Webpack loaders for Vue.js applications, including vue-loader, babel-loader, css-loader, style-loader, json-loader, and url-loader. Version 1.0.8 targets Node >= 4.0.0 and npm >= 3.0.0. Based on vue-cli, this package simplifies Webpack setup for Vue projects but is now largely superseded by Vue CLI and other modern build tools. Maintained as part of vue-styleguidist. Release cadence is low; no updates since 2021.
npm install vue-webpack-loadersNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures webpack with Vue loaders and sets up a basic Vue application entry point.
Migrate to Vue CLI (@vue/cli) or Vite with @vitejs/plugin-vue.
Use compatible Webpack version (4.x) or update loaders manually.
Run 'npm install --save-dev vue-loader babel-loader css-loader style-loader json-loader url-loader'.
Remove jsonLoader usage from webpack config.
npm install --save-dev vue-loader
Ensure vueLoader is included in webpack module.rules.
Ensure no duplicate rules; use ...loaders.vueLoaders only once.