Skip to content

Commit

Permalink
docs(README): Add a note that mixin.js is patched on Magento >= 2.3.6
Browse files Browse the repository at this point in the history
Because:

- [the PR](magento/magento2#25587) for the fix has been merged and released in Magento 2.3.6 (?) 
- [this repo](/~https://github.com/integer-net/magento2-requirejs-bundling) also says no patches are needed since Magento 2.3.6
  • Loading branch information
jtomaszewski authored Dec 2, 2020
1 parent 45a91f3 commit 2aaff17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ _\* All data gathered on clean Magento 2 with sample data installed._
Here are the requirements for Magepack to work:

1. You need Node.js version 10 or higher installed.
2. You need to have `mixins.js` module patched [(patch provided and explained here)](/~https://github.com/magento/baler/issues/23).
2. If you are using Magento 2.3.5 or lower, you need to have `mixins.js` module patched [(patch provided and explained here)](/~https://github.com/magento/baler/issues/23).
3. If you are using Magento 2.3.3 or lower, you need `jquery.cookie` module shim [(patch provided and explained here)](/~https://github.com/magento/baler/issues/6).
4. [Magepack Magento module](/~https://github.com/magesuite/magepack-magento) installed.

Expand Down

0 comments on commit 2aaff17

Please sign in to comment.