Skip to content

Commit

Permalink
fix: remove line breaks between import groups
Browse files Browse the repository at this point in the history
  • Loading branch information
konpeki622 committed Jun 24, 2021
1 parent 0f6f183 commit 855981c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/template/vite.config.ejs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { defineConfig } from 'vite';
import path from 'path';
<% IMPORT_LIST.forEach(function (im) { %>
<% IMPORT_LIST.forEach(function (im) { -%>
<%- im %>
<% }); %>

Expand Down

0 comments on commit 855981c

Please sign in to comment.