We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d890ce commit 9694285Copy full SHA for 9694285
1 file changed
src/index.js
@@ -88,7 +88,7 @@ class ServerlessPluginWebpack {
88
}
89
90
clean() {
91
- // return fs.remove(path.join(this.originalServicePath, webpackFolder));
+ return fs.remove(path.join(this.originalServicePath, webpackFolder));
92
93
94
0 commit comments