8
0
Просмотр исходного кода

Remove fixed version of raw-loader from vue integration guide.

Maciej Gołaszewski 7 лет назад
Родитель
Сommit
3e1581bfe1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/builds/guides/frameworks/vuejs.md

+ 1 - 1
docs/builds/guides/frameworks/vuejs.md

@@ -193,7 +193,7 @@ npm install --save \
     @ckeditor/ckeditor5-dev-webpack-plugin \
     @ckeditor/ckeditor5-dev-utils \
     postcss-loader \
-    raw-loader@0.5.1
+    raw-loader
 ```
 
 Edit the `vue.config.js` file and use the following configuration. If the file is not present, create it in the root of the application (i.e. next to `package.json`):