adding completed project
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
module.exports = {
|
||||
reactStrictMode: true,
|
||||
webpack: function(config) {
|
||||
config.module.rules.push({
|
||||
test: /\.md$/,
|
||||
use: 'raw-loader',
|
||||
})
|
||||
return config
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user