mirror of
https://github.com/primer/css.git
synced 2024-11-24 05:06:04 +03:00
add raw-loader for markdown
This commit is contained in:
parent
34729b348e
commit
83d9422dc0
@ -5,6 +5,10 @@ const modulesPath = path.resolve(__dirname, "../modules")
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
module: {
|
module: {
|
||||||
rules: [
|
rules: [
|
||||||
|
{
|
||||||
|
test: /\.md$/,
|
||||||
|
use: "raw-loader",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
test: /\.scss$/,
|
test: /\.scss$/,
|
||||||
loaders: [
|
loaders: [
|
||||||
@ -28,7 +32,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
include: modulesPath,
|
include: modulesPath,
|
||||||
}
|
},
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user