mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-03-01 13:36:55 +08:00
fix: webpack for doc deploy
This commit is contained in:
parent
697dd7b773
commit
bf6880f818
@ -30,6 +30,10 @@ const webpackConfig = {
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
test: /index.entry$/,
|
||||
loader: ['vue-loader', path.resolve(__dirname, '../demo/loaders/NaiveUIDocEntryLoader.js')]
|
||||
},
|
||||
{
|
||||
test: /index\.md$/,
|
||||
loader: ['vue-loader', path.resolve(__dirname, '../demo/loaders/NaiveUIDocLoader.js')]
|
||||
|
Loading…
Reference in New Issue
Block a user