mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
#52: add hash into font names
This commit is contained in:
@@ -156,6 +156,10 @@ var webpackConfig = {
|
||||
test: /\.(png|gif|jpg)$/,
|
||||
loader: 'url?limit=1000'
|
||||
},
|
||||
{ // TODO: увы, эта штука пока не работает. Хеш добавляется через ./webpack/node-sass-iconfont-importer
|
||||
test: /\.(woff|woff2|eot|ttf)$/,
|
||||
loader: 'url'
|
||||
},
|
||||
{
|
||||
test: /\.json$/,
|
||||
exclude: /intl\.json/,
|
||||
|
Reference in New Issue
Block a user