Skip to content
This repository was archived by the owner on Feb 1, 2020. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guides/vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down