-
Notifications
You must be signed in to change notification settings - Fork 0
Update template dependencies for webpack 3 (was: App template: Update to webpack 3) #17
Comments
After giving it a quick spin against a LaxarJS2/Vue.js app, it definitely feels faster now. HMR also still working, so I guess this is go. |
Are we treating this as a breaking change? (See LaxarJS/laxar#470 (comment)) |
@alex3683 I think, for a change to the generator to be breaking, it would mean that a new version can no longer generate widgets/activities for an application created with an older version. So this would not be breaking. |
@x1B Okay, that is in accordance to what @jpommerening and me discussed yesterday. |
Changed the title, since more plugins and other dependencies needed to be lifted to be compatible with webpack 3. |
Implemented on Upgrade InformationSince webpack 3 was announced to be non-breaking, we assume that there will be no problems with this change. Our tests showed none. |
Currently the
webpack-dev-server
is still not webpack 2 aware. As soon as this is no longer an issue, we should update.See webpack/webpack-dev-server#932
The text was updated successfully, but these errors were encountered: