After the upgrade of webpack, empty strings cannot be used in the extensions array, and * should be used instead.
resolve: {
extensions: ['*', '.js', '.jsx', '.json'],
}
After the upgrade of webpack, empty strings cannot be used in the extensions array, and * should be used instead.
resolve: {
extensions: ['*', '.js', '.jsx', '.json'],
}