Skip to content
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.

Commit

Permalink
Add new line after inserted import statements (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysshah authored Sep 28, 2020
1 parent 57204b3 commit f50df18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/setupTypeScriptRollup.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ function updateRollupConfig() {
/'rollup-plugin-terser';\n(?!import sveltePreprocess)/,
`'rollup-plugin-terser';
import sveltePreprocess from 'svelte-preprocess';
import typescript from '@rollup/plugin-typescript';`
import typescript from '@rollup/plugin-typescript';
`
],
// Edit inputs
[
Expand Down

0 comments on commit f50df18

Please sign in to comment.