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
Currently, our package also contains a few tests and storybook stories for the components and methods after the build process.
We can remove those files from the final production package as there are just for testing and they are of no use, and these are only increasing the size of the package.
Outcome:
Removing all tests and stories from the final package.
Proposed Solution:
We can add this config inside our tsconfig.json to exclude those files while building the package
Description:
Outcome:
Proposed Solution:
We can add this config inside our
tsconfig.json
to exclude those files while building the packageThe text was updated successfully, but these errors were encountered: