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

'fix(ses errors): Addresses ses and Webpack related errors #2

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

gacogo
Copy link

@gacogo gacogo commented Mar 16, 2024

Fixes issues in dev environment as well as production environment

On dev environment

Resolves Webpack reference errors:

  • ReferenceError: __webpack_require__
    exports is not defined and other related
    errors

Upon building:

  • Fixes read-only property error: Cannot assign to read only property 'concat' of object '[object Object]'
  • Addresses related errors as outlined in the README.

Side note:
I (temporarily) removed "paths": setting from tsconfig as it was giving me this error: Non-relative paths are not allowed when 'baseUrl' is not set. Did you forget a leading './'?ts

…ssues in dev environment as well as production environment

*On dev environment
        * Resolves Webpack reference errors:
                * `ReferenceError: __webpack_require__`
                * `exports is not defined` and other related
                errors
* Upon building:
        * Fixes read-only property error: `Cannot assign
        to read only property 'concat' of object '[object
        Object]'`
* Addresses related errors as outlined in the
        README.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant