Andrew Levine

Results 153 comments of Andrew Levine

Have you installed and enables the `Magento_Baler` module? https://github.com/magento/baler/blob/master/docs/ALPHA.md#install-and-configure-the-magento_baler-module

cc @jcalcaben (don't have perms to assign you)

Have a TODO in the very near future to get a publishing process setup for the team that will be helping to take over maintenance of Baler :). If you...

Ugh, I'm the worst 😆 Really trying to carve time out for this - just under some tight time constraints lately

Thanks for reporting this! I was able to replicate _most_ of the behavior. The mixins do get bundled correctly for me (we discussed a bit in Slack), but you're 100%...

Spoke a bit offline, and @krzksz is going to take a stab at fixing this 🎉

@krzksz Had some time to look into your solution tonight - that is super clever! I definitely had not thought of using a separate context for lookups! I've been playing...

@krzksz might even be worth getting a PR to core started up so you can run the test suite (we can always clean up or refactor in the PR)

@erikhansen There is an open PR to core to address the bug in `mixins.js`. If you want to get started just apply it as a patch and you're ready to...

> But this would mean that you then need the magento module installed to generate the bundles, which currently is not required Yeah, I'm trying to avoid that as hard...