Skip to content

Commit 9694285

Browse files
committed
Uncomment code
1 parent 9d890ce commit 9694285

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class ServerlessPluginWebpack {
8888
}
8989

9090
clean() {
91-
// return fs.remove(path.join(this.originalServicePath, webpackFolder));
91+
return fs.remove(path.join(this.originalServicePath, webpackFolder));
9292
}
9393
}
9494

0 commit comments

Comments
 (0)