mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-02 02:42:41 +02:00
docs(v2): make correct path to webpack config module
This commit is contained in:
parent
dcbc3bcd1a
commit
f2137bb872
4 changed files with 6 additions and 6 deletions
|
@ -162,14 +162,14 @@ module.exports = function(context, options) {
|
|||
rules: [
|
||||
{
|
||||
test: /\.foo$/,
|
||||
use: [getCacheLoader(isServer), 'my-custom-webpack-loader']
|
||||
}
|
||||
use: [getCacheLoader(isServer), 'my-custom-webpack-loader'],
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
},
|
||||
};
|
||||
}
|
||||
};
|
||||
```
|
||||
|
||||
## postBuild(props)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue