export markdown from docs (#1358)

Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
This commit is contained in:
Hari Narayanan
2020-12-09 10:41:05 +05:30
committed by GitHub
parent 27d71fb10f
commit bfa7eb0c19
5 changed files with 372 additions and 15 deletions

View File

@@ -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,