Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Jan 11, 2024
1 parent d191807 commit b17d98b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/advanced-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ If a module supports per method exports, like `lodash` does, it is recomended to
<x-bundle import="lodash" as="lodash" /> <!-- 78kb -->
```

## Sourcemaps

Sourcemaps are disabled by default. You may enable this by setting the `BUNDLE_SOURCEMAPS_ENABLED` to true or by publishing and updating the bundle config.

Sourcemaps will be generated in a separate file so this won't affect performance for the end user.

## Artisan commands

There are a couple of commands at your disposal:
Expand Down

0 comments on commit b17d98b

Please sign in to comment.