export markdown from docs (#1358)
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
This commit is contained in:
@@ -321,6 +321,11 @@ export default {
|
||||
use: { loader: "worker-loader" },
|
||||
exclude: /(node_modules)/,
|
||||
})
|
||||
config.module.rules.push({
|
||||
test: /\.md$/i,
|
||||
use: { loader: "raw-loader" },
|
||||
exclude: /(node_modules)/,
|
||||
})
|
||||
}
|
||||
},
|
||||
parallel: true,
|
||||
|
||||
Reference in New Issue
Block a user