We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 527f734 commit 2a503caCopy full SHA for 2a503ca
website/docusaurus.config.ts
@@ -75,7 +75,10 @@ const config: Config = {
75
],
76
77
78
- plugins: [require.resolve('docusaurus-plugin-image-zoom'), MyAliasPlugin],
+ plugins: [
79
+ require.resolve('docusaurus-plugin-image-zoom'),
80
+ TsConfigPathsPlugin,
81
+ ],
82
83
themeConfig: {
84
// Replace with your project's social card
@@ -212,10 +215,9 @@ const config: Config = {
212
215
213
216
module.exports = config;
214
217
-function MyAliasPlugin(context, options) {
- console.log('MyAliasPlugin', context, options);
218
+function TsConfigPathsPlugin(context, options) {
219
return {
- name: 'my-alias-plugin',
220
+ name: 'tsconfig-paths-plugin',
221
configureWebpack() {
222
223
resolve: {
0 commit comments