magesuite / magepack

Next generation Magento 2 advanced JavaScript bundler.
Open Software License 3.0
431 stars 93 forks source link

Block magepack during 'generate' command #151

Closed fredden closed 1 year ago

fredden commented 1 year ago

Fixes https://github.com/magesuite/magepack/issues/37 Fixes https://github.com/magesuite/magepack/issues/65

When magepack bundle has been run, future runs of magepack generate will hang without any useful message / explanation. This pull request prevents magepack from loading when running magepack generate and this avoids the hang.

krzksz commented 1 year ago

That's super cleaver, thanks!