From 853662c64fd80e4ab984b9f5d5033241b1b89496 Mon Sep 17 00:00:00 2001 From: Evan You Date: Fri, 11 May 2018 16:44:14 -0400 Subject: [PATCH 01/11] fix(css): css-loader importLoaders should account for vue-loader's injected postStyleLoader. close #1267 --- docs/css.md | 14 ++++++++++++-- packages/@vue/cli-service/__tests__/css.spec.js | 16 ++++++++++------ packages/@vue/cli-service/lib/config/css.js | 12 ++++++++++-- 3 files changed, 32 insertions(+), 10 deletions(-) diff --git a/docs/css.md b/docs/css.md index 8f1822607..994ced933 100644 --- a/docs/css.md +++ b/docs/css.md @@ -13,7 +13,15 @@ Vue CLI uses PostCSS internally, and enables [autoprefixer](https://github.com/p You can [use CSS Modules in `*.vue` files](https://vue-loader.vuejs.org/en/features/css-modules.html) out of the box with `