Merge branch 'master' into ui-2
This commit is contained in:
@@ -99,7 +99,19 @@ module.exports = {
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
test: /\.md$/,
|
||||
use: [
|
||||
{
|
||||
loader: 'html-loader',
|
||||
options: {}
|
||||
},
|
||||
{
|
||||
loader: 'markdown-loader',
|
||||
options: {}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
test: /\.css$/,
|
||||
include: [ /src/ ],
|
||||
|
||||
Reference in New Issue
Block a user