-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,11 @@ export default function ( | |
module: { | ||
rules: [ | ||
{ | ||
test: /\.(png|jpe?g|gif)$/i, | ||
test: /\.(png|jpe?g)$/i, | ||
type: 'javascript/auto', | ||
generator: { | ||
emit: !isServer, | ||
}, | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
alexander-akait
|
||
use: [ | ||
require.resolve('@docusaurus/lqip-loader'), | ||
{ | ||
|
not sure what to do here @alexander-akait, any hint is welcome 😅