Skip to content

Commit 4fb13a9

Browse files
committed
Uncomment code
1 parent b6678d1 commit 4fb13a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class ServerlessPluginWebpack {
8686
}
8787

8888
clean() {
89-
// return fs.remove(path.join(this.originalServicePath, webpackFolder));
89+
return fs.remove(path.join(this.originalServicePath, webpackFolder));
9090
}
9191
}
9292

0 commit comments

Comments
 (0)