mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-25 20:48:50 +02:00
fix(v2): fix plugin-ideal-image breaking website (exports not defined) (#2074)
* fix(v2): fix plugin-ideal-image breaking website (exports not defined) * nits * add npm ignore * lint
This commit is contained in:
parent
464d8e529a
commit
8a948102c3
9 changed files with 30 additions and 43 deletions
|
@ -10,7 +10,7 @@ import {Configuration} from 'webpack';
|
|||
|
||||
import path from 'path';
|
||||
|
||||
export = function(_context: LoadContext, options: PluginOptions) {
|
||||
export default function(_context: LoadContext, options: PluginOptions) {
|
||||
const isProd = process.env.NODE_ENV === 'production';
|
||||
return {
|
||||
name: 'docusaurus-plugin-ideal-image',
|
||||
|
@ -47,4 +47,4 @@ export = function(_context: LoadContext, options: PluginOptions) {
|
|||
};
|
||||
},
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue