mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 16:29:47 +02:00
refactor(lqip-loader): split test files (#6858)
This commit is contained in:
parent
f763ac13a9
commit
5e2168ea22
5 changed files with 33 additions and 25 deletions
|
@ -56,7 +56,7 @@ export default function pluginIdealImage(
|
|||
module: {
|
||||
rules: [
|
||||
{
|
||||
test: /\.(?:png|jpe?g|gif)$/i,
|
||||
test: /\.(?:png|jpe?g)$/i,
|
||||
use: [
|
||||
require.resolve('@docusaurus/lqip-loader'),
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue