Skip to content

Commit

Permalink
docs(readme): v15 compatibility issues warning
Browse files Browse the repository at this point in the history
  • Loading branch information
NetCZ committed Jun 28, 2018
1 parent 1c54225 commit af76123
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
[![Maintainability](https://api.codeclimate.com/v1/badges/eeb26dd14d1b50a6ea2f/maintainability)](https://codeclimate.com/github/NetCZ/vue-separate-files-webpack-loader/maintainability)
[![Greenkeeper badge](https://badges.greenkeeper.io/NetCZ/vue-separate-files-webpack-loader.svg)](https://greenkeeper.io/)

> ## CAUTION!
> Loader works with [vue-loader](https://github.com/vuejs/vue-loader) up to version 14. It **DO NOT WORK** with version 15.
> Compatibility issues has been identified and solving is in progress.
Creates `.vue` single file components on fly, allowing you to have clean separated components files and still enjoy advantages of [vue-loader](https://github.com/vuejs/vue-loader).

- Handles files by their names (instead of loading all files in folder) and creates `.vue` file on fly (instead of creating physical one)
Expand Down

0 comments on commit af76123

Please sign in to comment.