dojo / cli-build-webpack

🚀 **DEPRECATED** Dojo 2 - cli command for building applications
http://dojo.io
Other
4 stars 19 forks source link

Possibility to change webpack dev-server configuration #239

Closed evra closed 6 years ago

evra commented 6 years ago

Enhancement

Package Version: 0.2.1-pre

It would be very helpfull to have a possibility to change default webpack dev server configuration - https://github.com/webpack/webpack-dev-server

One of the usecases would be a possibility to configure REST api proxy parameters (see for example: https://github.com/webpack/webpack-dev-server/blob/master/examples/proxy-simple/webpack.config.js) or use the history api.

kitsonk commented 6 years ago

Thanks for the feedback!

Agreed that it might be a good thing to provide some level of access to control the development server to make it easier to fit wider use cases.

We are currently re-writing the build tool for Beta 5.

agubler commented 6 years ago

This has been moved to cli-build-app