Skip to content

Conversation

@dreadera
Copy link
Contributor

@dreadera dreadera commented Jun 7, 2021

I will be updating this library to use esbuild as part of trying to modernise our libraries.
I have broken down each commit into a section I have worked on.

Changelog

  • Fast Build Pipeline with esbuild.
  • Removed webpack.
  • Removed babel.
  • esm Module support Added.
  • Updated eslint dependencies & rules.
  • Updated Dependencies.

@dreadera dreadera changed the title feat: replacing webpack with esbuild. feature: replacing webpack with esbuild. Jun 7, 2021
Copy link

@uptickmetachu uptickmetachu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Comment on lines +1 to +4
import ObjectTable, { ObjectCell, ObjectRow, BaseEditor, TextEditor, TextDrawer } from './object-table'

export default ObjectTable
export { ObjectCell, ObjectRow, BaseEditor, TextEditor, TextDrawer } No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this change tackling this comment? If it is, maybe add a comment linking these PRs for posterity

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes it does tackle it and for sure I will :)

@dreadera
Copy link
Contributor Author

This building method also tackles the issues I was having with this.

@dreadera dreadera merged commit 0ec2be1 into master Jun 10, 2021
@mwfister mwfister deleted the feature/esbuild branch June 11, 2021 01:19
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.

4 participants