Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Jan 10, 2024
1 parent 1eb2537 commit d0ba4e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workbench/resources/views/playground.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<x-layout>

<x-bundle import="~/alert" as="alert" /> {{-- Should be rendered --}}
<x-bundle import="~/alert" as="alert" /> {{-- Should be skipped --}}
<x-bundle import="~/alert" as="alert" />
{{-- <x-bundle import="~/alert" as="alert" inline /> --}}

<script type="module">
var module = await _bundle('alert');
Expand Down

0 comments on commit d0ba4e3

Please sign in to comment.