Skip to content

feat: webpack improvements #4

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

Merged
merged 4 commits into from
Dec 7, 2021
Merged

feat: webpack improvements #4

merged 4 commits into from
Dec 7, 2021

Conversation

e0ipso
Copy link
Member

@e0ipso e0ipso commented Dec 7, 2021

This will allow omitting the entry in the widget definition file. This is because we'll default to index.js.

BREAKING CHANGE: It also leverages webpack to create the window.renderMyWidget = .... One only needs to export a function from now on. This is a breaking change, since render files need an export now.

@e0ipso e0ipso merged commit 5253c45 into main Dec 7, 2021
@e0ipso e0ipso deleted the webpack-improvements branch December 7, 2021 11:39
github-actions bot pushed a commit that referenced this pull request Dec 7, 2021
# [2.0.0](v1.3.0...v2.0.0) (2021-12-07)

### Features

* webpack improvements ([#4](#4)) ([5253c45](5253c45))

### BREAKING CHANGES

* It also leverages webpack to create the `window.renderMyWidget = ...`. One only needs to export a function from now on. This is a breaking change, since render files need an export now.
@github-actions
Copy link
Contributor

github-actions bot commented Dec 7, 2021

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant