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._