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
The webpack configuration has been refactored for a more accurate typing. The interface 'ConfigurationDevServer' was renamed to 'WebpackDevServerConfiguration', and its 'devServer' property type has been updated from 'any' to 'DevServerConfiguration' from 'webpack-dev-server'. The variable 'config' now uses the updated interface 'WebpackDevServerConfiguration'.
0 commit comments