Removed rehype-raw

This commit is contained in:
2021-12-30 14:28:10 +00:00
parent 4e94c5338d
commit 53c8ddab54
3 changed files with 0 additions and 560 deletions
-8
View File
@@ -42,14 +42,6 @@ module.exports = ({ production, development, local, analyze }) => {
test: /\.(css)$/,
use: ['style-loader', 'css-loader']
},
{
test: /\.(md)$/,
use: [
{
loader: 'raw-loader'
},
],
},
]
},
plugins: [