Skip to content

Commit 82fb990

Browse files
committed
chore: update webpack config
1 parent 6420443 commit 82fb990

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webpack.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
module: {
1313
rules: [
1414
{
15-
test: /\.vue$/,
15+
test: /\.(vue|md)$/,
1616
loader: 'vue-loader',
1717
},
1818
{
@@ -81,7 +81,7 @@ module.exports = {
8181
'ant-design-vue': path.join(__dirname, './components'),
8282
vue$: 'vue/dist/vue.esm.js',
8383
},
84-
extensions: ['.js', '.jsx', '.vue'],
84+
extensions: ['.js', '.jsx', '.vue', '.md'],
8585
},
8686
devServer: {
8787
host: 'localhost',

0 commit comments

Comments
 (0)