Skip to content

Commit

Permalink
Merge pull request #47 from jairo-bc/STRF-oom-issue
Browse files Browse the repository at this point in the history
Remove files after the compilation is finished
  • Loading branch information
junedkazi authored Oct 9, 2020
2 parents e9b831c + 84fb351 commit b70c996
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ function StencilStyles() {

this.files = options.files || {};
this.scssCompiler(compilerOptions, (err, css) => {
this.files = {};
if (err) {
return callback(err);
}
Expand Down

0 comments on commit b70c996

Please sign in to comment.