Skip to content

Commit

Permalink
Store css option in babel cache directory
Browse files Browse the repository at this point in the history
  • Loading branch information
zodern committed Dec 27, 2021
1 parent adb2345 commit aa49c73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MelteCompiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ SvelteCompiler = class SvelteCompiler extends CachingCompiler {
PREPROCESS_VERSION,
process.env.NODE_ENV === 'production',
this.tsVersion,
suffix
suffix,
this.options?.css || false
].join('-');

this.babelCompiler.setDiskCacheDirectory(this._diskCache + babelSuffix);
Expand Down

0 comments on commit aa49c73

Please sign in to comment.