Skip to content

Commit

Permalink
feat(vite): changed config to support preserving modules
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoTMDias authored and João Dias committed Jul 5, 2024
1 parent 90f486f commit 5e216d2
Show file tree
Hide file tree
Showing 6 changed files with 1,066 additions and 1,738 deletions.
3 changes: 3 additions & 0 deletions docs/docs/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ To import a piece of code into your javascript project just do:
// Just one function
import { throwError } from "@feedzai/js-utilities";

// Just a single module, with the full path to the file
import isNil from "@feedzai/js-utilities/dist/functions/typed/is-nil";

// Multiple functions
import { callIfExists, throwError, getLSItem, useConstant } from "@feedzai/js-utilities";

Expand Down
Loading

0 comments on commit 5e216d2

Please sign in to comment.