Skip to content
Merged
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
3 changes: 3 additions & 0 deletions packages/esify/lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,12 @@ module.exports = function loadConfig() {
NProgress: 'NProgress',
FastClick: 'shopify-fastclick',
Clipboard: 'clipboard',
Twine: 'twine',
Bindings: 'twine',
},
renameIdentifiers: {
jQuery: '$',
Bindings: 'Twine',
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@lemonmade also added this

Copy link
Member

Choose a reason for hiding this comment

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

@Shopify/tnt are we cool with moving back to Twine as the main name for accessing Twine (over Bindings)?

Copy link

Choose a reason for hiding this comment

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

Yes, I think we should 🔥 Bindings

Copy link
Member

Choose a reason for hiding this comment

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

👍

},
renameProperties: {
_: {
Expand Down