You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When specifying a contentBase in your webpack.config file (and running webpack-dev-server from the command line, without any arguments), it is ignored & overwritten with the current path
webpack: 2.x
webpack-dev-server: 2.1.0-beta.3
OSX 10.x
Current behavior:
When specifying a contentBase in your webpack.config file (and running webpack-dev-server from the command line, without any arguments), it is ignored & overwritten with the current path
Expected/desired behavior:
contentBase from the config file should be used
This bug was introduced by commit be9efda
The text was updated successfully, but these errors were encountered: