The new syntax is: ``` resolve: { extensions: ["*", ".js", ".es6"] } ``` I was getting the following error until I added the asterisk: _configuration.resolve.extensions[0] should not be empty._
The new syntax is:
I was getting the following error until I added the asterisk: configuration.resolve.extensions[0] should not be empty.