Commit 3469cbb
authored
Fix: Correct Usage of CleanWebpackPlugin (#1565)
I was still using an option that no longer exists. Fixed to mimic the original behavior. The option `root` was removed in v2, but wasn't changed during the upgrade in 9804259
It's deleting everything in the styleguidistDir folder which isn't the way it was before.
After this change it only deletes files in build/.1 parent 83fdb94 commit 3469cbb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments