Skip to content

Commit 54a5828

Browse files
chore: remove eleventy upgrade help package
1 parent 6ca0d07 commit 54a5828

File tree

3 files changed

+78
-75
lines changed

3 files changed

+78
-75
lines changed

.eleventy.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import gracefulFS from 'graceful-fs';
22
import { EleventyHtmlBasePlugin } from '@11ty/eleventy';
33
import pluginRSS from '@11ty/eleventy-plugin-rss';
44

5-
import UpgradeHelper from '@11ty/eleventy-upgrade-help';
6-
75
import cssMin from './utils/transforms/css-min.js';
86
import jsMin from './utils/transforms/js-min.js';
97
import { fullEscaper } from './utils/full-escaper.js';
@@ -77,8 +75,6 @@ export default function (config) {
7775

7876
config.addPlugin(pluginRSS);
7977

80-
config.addPlugin(UpgradeHelper);
81-
8278
config.addNunjucksShortcode('image', imageShortcode);
8379

8480
config.addNunjucksShortcode('featureImage', featureImageShortcode);

0 commit comments

Comments
 (0)