mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
Fix intl-loader, that was broken after json-loader update
This commit is contained in:
@@ -178,7 +178,7 @@ const webpackConfig = {
|
||||
},
|
||||
{
|
||||
test: /\.intl\.json$/,
|
||||
loader: 'babel!intl!json'
|
||||
loader: 'babel!intl'
|
||||
},
|
||||
{
|
||||
test: /\.font\.(js|json)$/,
|
||||
|
Reference in New Issue
Block a user