Skip to content

Releases: AmpersandHQ/generator-magepack

1.0.1

13 Jul 09:42
Compare
Choose a tag to compare

Removes resolve config from webpack.base.config.js, which causes problems when a React app depends on another app (e.g. click-and-collect depending on store-finder).

With this config in place any component dependencies were unable to be resolved when imported.

--

Adds missing package transfor-object-rest-spread to package.json

MAGEPACK

12 Jun 13:53
Compare
Choose a tag to compare

Features:

  • Webpack 2
  • Closer to magento 2 file structure, use directly in app/code, app/design, vendor/module
    most configuration is now in package.json (eslint, babel)
  • precommit hooks are available if appropriate (i.e. the app is in its own repo) to run prettier
  • new name!

0.2.0

04 Nov 15:11
Compare
Choose a tag to compare

Async example app

0.1.1

13 Sep 08:49
Compare
Choose a tag to compare
add react-redux bindings to example app

0.1.0

13 Sep 08:02
Compare
Choose a tag to compare

Initial release