You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to import is-land.js using Webpack. Run npm install @11ty/is-land then required it inside the entry const island = require('@11ty/is-land'). In the terminal, I get this warning message.
Webpack then merge is-land.js along with the other vendor inside a single file vendors.js, then I load it on my layout file <script src="{{ '/assets/vendors.js' | url }}" defer></script>
I tried to import
is-land.js
using Webpack. Runnpm install @11ty/is-land
then required it inside the entryconst island = require('@11ty/is-land')
. In the terminal, I get this warning message.Webpack then merge
is-land.js
along with the other vendor inside a single filevendors.js
, then I load it on my layout file<script src="{{ '/assets/vendors.js' | url }}" defer></script>
Then I tried to load alpinejs on the page.
But I got this error message
The text was updated successfully, but these errors were encountered: