mirror of
https://github.com/primer/css.git
synced 2024-11-23 20:38:58 +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: {
|
||||
rules: [
|
||||
{
|
||||
test: /\.md$/,
|
||||
use: "raw-loader",
|
||||
},
|
||||
{
|
||||
test: /\.scss$/,
|
||||
loaders: [
|
||||
@ -28,7 +32,7 @@ module.exports = {
|
||||
},
|
||||
],
|
||||
include: modulesPath,
|
||||
}
|
||||
]
|
||||
},
|
||||
],
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user