diff --git a/guides/vue.md b/guides/vue.md index 91c7b00..54670b9 100644 --- a/guides/vue.md +++ b/guides/vue.md @@ -13,7 +13,7 @@ Once you initialized your project with `vue init webpack`, install the webpack p npm i --save-dev glob-all purgecss-webpack-plugin ``` -You need to modify the file `webpack.prop.conf.js` by adding the following code: +You need to modify the file `webpack.prod.conf.js` by adding the following code: line 13