Releases: AmpersandHQ/generator-magepack
Releases · AmpersandHQ/generator-magepack
1.0.1
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
Features:
- Webpack 2
- Closer to magento 2 file structure, use directly in
app/code
,app/design
,vendor/module
most configuration is now inpackage.json
(eslint, babel) - precommit hooks are available if appropriate (i.e. the app is in its own repo) to run prettier
- new name!