Closed jbmoelker closed 4 years ago
svelte.config.js was not used by rollup.config.js, so changing preprocess in svelte.config.js didn't do anything. This change fixes that.
svelte.config.js
rollup.config.js
@jbmoelker Thank you!
svelte.config.js
was not used byrollup.config.js
, so changing preprocess insvelte.config.js
didn't do anything. This change fixes that.