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

[Bug #23] webpack4 compatibility #24

Merged

Conversation

seancrowe
Copy link
Collaborator

This fixes #23 by using tsc instead of Parcel to handle TypeScript compiling and targeting ES2015. As far as I am aware there is no downside to targeting ES2015 over modern ES versions, especially when our web build is already targeting less modern JS.

Will bump version of package once approved, or @brapoprod feel to free to bump to 0.3.x

@seancrowe seancrowe changed the title Bug/23 webpack4 compatibility [Bug #23] webpack4 compatibility Nov 4, 2022
@seancrowe seancrowe merged commit f353c6e into chili-publish:main Nov 5, 2022
@seancrowe seancrowe deleted the bug/23-webpack4-compatibility branch November 5, 2022 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

[BUG] Publisher Interface cannot be bunbled with Webpack 4
2 participants