Skip to content

Commit 1a4a516

Browse files
EugeneHlushkomontogeek
authored andcommitted
docs(guides) updates due to recent plugin update (#2888)
* docs(guides) updates due to recent plugin update * Update src/content/guides/development.md
1 parent 76c04e1 commit 1a4a516

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/content/guides/development.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ __package.json__
155155
"author": "",
156156
"license": "ISC",
157157
"devDependencies": {
158-
"clean-webpack-plugin": "^0.1.16",
158+
"clean-webpack-plugin": "^2.0.0",
159159
"css-loader": "^0.28.4",
160160
"csv-loader": "^2.1.1",
161161
"file-loader": "^0.11.2",
@@ -250,7 +250,7 @@ __package.json__
250250
"author": "",
251251
"license": "ISC",
252252
"devDependencies": {
253-
"clean-webpack-plugin": "^0.1.16",
253+
"clean-webpack-plugin": "^2.0.0",
254254
"css-loader": "^0.28.4",
255255
"csv-loader": "^2.1.1",
256256
"file-loader": "^0.11.2",
@@ -372,7 +372,7 @@ __package.json__
372372
"author": "",
373373
"license": "ISC",
374374
"devDependencies": {
375-
"clean-webpack-plugin": "^0.1.16",
375+
"clean-webpack-plugin": "^2.0.0",
376376
"css-loader": "^0.28.4",
377377
"csv-loader": "^2.1.1",
378378
"express": "^4.15.3",

src/content/guides/output-management.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ __webpack.config.js__
194194
print: './src/print.js'
195195
},
196196
plugins: [
197-
+ // new CleanWebpackPlugin(['dist/*']) for < v2 versions of CleanWebpackPlugin
198197
+ new CleanWebpackPlugin(),
199198
new HtmlWebpackPlugin({
200199
      title: 'Output Management'

0 commit comments

Comments
 (0)