Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add rollup module bundler and configurations #152

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ contentstack-templates/
js-sdk-reference/
examples/
mocktest.json
webpack
typescript-html-report
webpack
jest.config.js
coverage
CODEOWNERS
Expand Down
2 changes: 1 addition & 1 deletion .talismanrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
fileignoreconfig:
- filename: package-lock.json
checksum: ffe61fb2806dc761b2f8e560b3d27aa58ae2fe2bdf5a48f68d80ee0fb74ffdb6
checksum: 996155b2c37bab83f54050e7bc372a9c925eb219f5147bd95210de6703a1519a
- filename: src/lib/types.ts
checksum: 1eb6d6ec971934d65017dae2f82d6d6ef1cd0e6bfd50f43a9b46f30182307230
- filename: test/unit/image-transform.spec.ts
Expand Down
7 changes: 0 additions & 7 deletions config/fileTransformer.js

This file was deleted.

11 changes: 0 additions & 11 deletions config/tsconfig.cjs.json

This file was deleted.

12 changes: 0 additions & 12 deletions config/tsconfig.esm.json

This file was deleted.

10 changes: 0 additions & 10 deletions config/tsconfig.types.json

This file was deleted.

9 changes: 0 additions & 9 deletions config/tsconfig.umd.json

This file was deleted.

42 changes: 0 additions & 42 deletions config/webpack.config.js

This file was deleted.

Loading