grommet / grommet-cli

Deprecated, use create-react-app for v2 instead. Command Line interface for grommet
Apache License 2.0
28 stars 18 forks source link

Support Webpack v2 #19

Closed h-arlt closed 7 years ago

h-arlt commented 7 years ago

Hi Folks,

Just saw the following notice on http://webpack.github.io/docs/:

webpack v1 is deprecated. We encourage all developers to upgrade to webpack 2.

Since I'm using grommet-toolbox (don't know if this project is dead, so I'm reporting here instead) for building my Grommet app, it would be very cool to have support for Webpack v2.

Thx, H

alansouzati commented 7 years ago

nice! let me work on webpack v2 support today! :)

alansouzati commented 7 years ago

Added support for it in 3.0.0 release

https://github.com/grommet/grommet-cli/releases/tag/v3.0.0

h-arlt commented 7 years ago

Wow, did not expect it to happen that rapidly ;) Many Thanks!