Getting a feel for desired multi-language approach #424
This commit is contained in:
@ -56,6 +56,11 @@ const config = {
|
||||
]
|
||||
},
|
||||
{
|
||||
test: /\.ya?ml$/,
|
||||
type: 'json',
|
||||
use: 'yaml-loader'
|
||||
},
|
||||
{
|
||||
// load external resources (ie Google fonts)
|
||||
test: /.(gif|png|woff(2)?|eot|ttf|svg)(\?[a-z0-9=\.]+)?$/,
|
||||
use: [
|
||||
|
||||
Reference in New Issue
Block a user