mirror of
https://github.com/trambarhq/relaks-wordpress-example.git
synced 2025-09-03 21:22:34 +02:00
Removed dependency on CDN version of Font Awesome.
This commit is contained in:
@@ -49,6 +49,23 @@ var clientConfig = {
|
||||
use: 'css-loader!sass-loader',
|
||||
})
|
||||
},
|
||||
{
|
||||
test: /\.less$/,
|
||||
use: ExtractTextPlugin.extract({
|
||||
use: 'css-loader!less-loader',
|
||||
})
|
||||
},
|
||||
{
|
||||
test: /fonts.*\.woff2?(\?v=[0-9]\.[0-9]\.[0-9])?$/,
|
||||
loader: 'file-loader',
|
||||
},
|
||||
{
|
||||
test: /fonts.*\.(ttf|eot|svg)(\?v=[0-9]\.[0-9]\.[0-9])?$/,
|
||||
loader: 'file-loader',
|
||||
query: {
|
||||
emitFile: false,
|
||||
}
|
||||
},
|
||||
]
|
||||
},
|
||||
plugins: [
|
||||
|
Reference in New Issue
Block a user