You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Loader works with [vue-loader](https://github.com/vuejs/vue-loader) up to version 14. It **DO NOT WORK** with version 15.
13
-
> Compatibility issues has been identified and solving is in progress.
11
+
Creates `.vue` single file components on fly, allowing you to have clean separated components files and still enjoy
12
+
advantages of [vue-loader](https://github.com/vuejs/vue-loader).
14
13
15
-
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).
16
-
17
-
- Handles files by their names (instead of loading all files in folder) and creates `.vue` file on fly (instead of creating physical one)
14
+
- Handles files by their names (instead of loading all files in folder) and creates `.vue` file on fly (instead of
15
+
creating physical one)
18
16
- Allows to add custom attributes through `options.global`, `options[FILE_TYPE]` and `options[TAG_NAME]`
19
17
- Allows to handle [vue custom blocks](https://vue-loader.vuejs.org/en/configurations/custom-blocks.html)
20
18
- Allows to have `scoped` style by component
21
19
- Allows to define support for other file extensions / types
22
20
- Allows to define test condition for loader (eg. `.vue.`, etc.)
23
21
24
-
> Based on these ideas [vue-builder-webpack-plugin](https://github.com/pksunkara/vue-builder-webpack-plugin) and [vue-separate-files-loader](https://github.com/iFwu/vue-separate-files-loader).
22
+
> Based on these ideas [vue-builder-webpack-plugin](https://github.com/pksunkara/vue-builder-webpack-plugin) and
| test |`/\.vue\./`| When you use different file test condition in loader definition than default `/\.vue\./`, you have to define it also in plugin options. |
0 commit comments