Skip to content

Commit

Permalink
Update vite.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin authored Jul 26, 2022
1 parent ce4bed9 commit 90a11cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions stubs/default/vite.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { defineConfig } from "vite";
import laravel from "laravel-vite-plugin";
import { defineConfig } from 'vite'
import laravel from 'laravel-vite-plugin'

export default defineConfig({
plugins: [
laravel({
input: ["resources/sass/app.scss", "resources/js/app.js"],
input: ['resources/sass/app.scss', 'resources/js/app.js'],
refresh: true,
}),
],
});
})

0 comments on commit 90a11cb

Please sign in to comment.