how to extract vue files style into one seperate style.css file
问题 I'm using vue-loader and by default for each vue files you have one style tag in your view which is not a good thing, according to vue-loader documentation i can do this https://vue-loader.vuejs.org/en/configurations/extract-css.html my webpack-config.js file var path = require('path') var webpack = require('webpack') const ExtractTextPlugin = require("extract-text-webpack-plugin"); module.exports = { entry: './src/main.js', output: { path: path.resolve(__dirname, './dist'), publicPath: '