mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-11 17:42:48 +00:00
styling changes - added font-awesome
This commit is contained in:
@@ -28,6 +28,21 @@ module.exports = {
|
||||
fallbackLoader: 'style-loader',
|
||||
loader: 'css-loader'
|
||||
})
|
||||
}, {
|
||||
test: /\.svg$/,
|
||||
loader: 'url-loader?limit=65000&mimetype=image/svg+xml&name=static/[name].[ext]&publicPath=../'
|
||||
}, {
|
||||
test: /\.woff$/,
|
||||
loader: 'url-loader?limit=65000&mimetype=application/font-woff&name=static/[name].[ext]&publicPath=../'
|
||||
}, {
|
||||
test: /\.woff2$/,
|
||||
loader: 'url-loader?limit=65000&mimetype=application/font-woff2&name=static/[name].[ext]&publicPath=../'
|
||||
}, {
|
||||
test: /\.[ot]tf$/,
|
||||
loader: 'url-loader?limit=65000&mimetype=application/octet-stream&name=static/[name].[ext]&publicPath=../'
|
||||
}, {
|
||||
test: /\.eot$/,
|
||||
loader: 'url-loader?limit=65000&mimetype=application/vnd.ms-fontobject&name=static/[name].[ext]&publicPath=../'
|
||||
}]
|
||||
},
|
||||
plugins: [
|
||||
|
||||
Reference in New Issue
Block a user