Procházet zdrojové kódy

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

Maciej Gołaszewski před 7 roky
rodič
revize
3e1581bfe1
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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-webpack-plugin \
     @ckeditor/ckeditor5-dev-utils \
     @ckeditor/ckeditor5-dev-utils \
     postcss-loader \
     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`):
 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`):