From 45c54ca8e5ad3fb8b53f4a765daf27acecf725fd Mon Sep 17 00:00:00 2001 From: Willem Leuverink Date: Tue, 16 Jan 2024 00:02:12 +0100 Subject: [PATCH] add highlight block --- docs/advanced-usage.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/advanced-usage.md b/docs/advanced-usage.md index a38ef20..adc3874 100644 --- a/docs/advanced-usage.md +++ b/docs/advanced-usage.md @@ -113,7 +113,9 @@ Note that your consuming script still needs to be of `type="module"` otherwise ` Please note Bundle's primary goal is to get imports inside your Blade template. While the IIFE strategy can be very powerful, it is not the place to put a lot of business code since can be a lot harder to debug. -Bundle is meant as a tool for Blade centric apps, like Livewire, to enable code colocation with page specific JavaScript. Preferably the bulk of custom code should live inline in a script tag or in a Alpine component. +{: .highlight } + +> Bundle is meant as a tool for Blade centric apps, like Livewire, to enable code colocation with page specific JavaScript. Preferably the bulk of custom code should live inline in a script tag or in a Alpine component. ## Sourcemaps