We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6678d1 commit 4fb13a9Copy full SHA for 4fb13a9
src/index.js
@@ -86,7 +86,7 @@ class ServerlessPluginWebpack {
86
}
87
88
clean() {
89
- // return fs.remove(path.join(this.originalServicePath, webpackFolder));
+ return fs.remove(path.join(this.originalServicePath, webpackFolder));
90
91
92
0 commit comments