Skip to content

Instantly share code, notes, and snippets.

@gaurangrshah
Created December 10, 2020 16:00
Show Gist options
  • Save gaurangrshah/885f85d314e70743be41b731e7b82b73 to your computer and use it in GitHub Desktop.
Save gaurangrshah/885f85d314e70743be41b731e7b82b73 to your computer and use it in GitHub Desktop.
#webpack #markdown #raw-loader
module.exports = {
webpack: function(config) {
config.module.rules.push({
test: /\.md$/,
use: 'raw-loader',
})
return config
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment