Skip to content

Commit a36b619

Browse files
author
tingyuan
authored
Update README.md
1 parent 1eb008b commit a36b619

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# vue-flags-webpack-plugin
2-
Remove useless code by setting flags in .vue SFC file
2+
Remove useless code by setting flags in .vue SFC file(works with [`vue-loader`](https://github.com/vuejs/vue-loader))
33

44
[![npm version](https://img.shields.io/npm/v/vue-flags-webpack-plugin.svg)](https://www.npmjs.com/package/vue-flags-webpack-plugin)
55
[![Build Status](https://travis-ci.org/lovetingyuan/vue-flags-webpack-plugin.svg?branch=master)](https://travis-ci.org/lovetingyuan/vue-flags-webpack-plugin)
@@ -100,7 +100,7 @@ vue component:
100100
```
101101

102102
### Caveats
103-
- **[`postcss-loader`](https://postcss.org/) is required to support flags in css**
103+
- **[`postcss-loader`](https://github.com/postcss/postcss-loader) is required to support flags in css**
104104
- for version>=15, see: https://vue-loader.vuejs.org/guide/pre-processors.html#postcss
105105
- for older `vue-loader`, see: https://vue-loader-v14.vuejs.org/zh-cn/features/postcss.html (*`vue-loader` which version < 15 is deprecated, do not use it.*)
106106

0 commit comments

Comments
 (0)