Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 554160e

Browse files
committed
Rename plugin.name
1 parent ea8d1ee commit 554160e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ const svgo = require("imagemin-svgo");
1212

1313
module.exports = () => {
1414
return {
15-
name: "netlify-plugin-image-optim",
16-
1715
postBuild: async config => {
1816
const files = {};
1917
const glob = `${config.constants.BUILD_DIR}/**/*.{gif,jpg,jpeg,png,svg}`;

0 commit comments

Comments
 (0)