This does look nice but we can solve the configuration difficulty of Webpack without switching tools. Webpack should be the standard we all get behind until there is a tool that offers significant improvements, not just being easier to use.
We are using an internal NPM package for common Webpack settings similar to the JetBrains library [1]. With that setup, our Webpack configs are much easier to use. There are other libraries like webpack-config [2] that give you a fluent api and allow common configs to be extended.
Im in a similar situation, testing a move from magento to satchmo.
Still in early testing but it does seem like a really solid cart which is much faster.
The thing that really helps satchmo is the django base and the huge number of reusable apps available.
In magento if you need forum or cms you need to add bridges to other packages all with their own auth and coding style. With satchmo you can plug in one of the django forum apps apps let it share user registration with the rest of the site.
The way that django has embraced reusable apps is the killer feature of the framework for me.
I really love the Django style architecture and want to use it but I thought I would see if some of the smart hackers here knew of a showstopper in the satchmo cart other than the name.
We are using an internal NPM package for common Webpack settings similar to the JetBrains library [1]. With that setup, our Webpack configs are much easier to use. There are other libraries like webpack-config [2] that give you a fluent api and allow common configs to be extended.
[1] https://github.com/JetBrains/ring-ui [2] https://www.npmjs.com/package/webpack-config