We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca0d07 commit 54a5828Copy full SHA for 54a5828
.eleventy.js
@@ -2,8 +2,6 @@ import gracefulFS from 'graceful-fs';
2
import { EleventyHtmlBasePlugin } from '@11ty/eleventy';
3
import pluginRSS from '@11ty/eleventy-plugin-rss';
4
5
-import UpgradeHelper from '@11ty/eleventy-upgrade-help';
6
-
7
import cssMin from './utils/transforms/css-min.js';
8
import jsMin from './utils/transforms/js-min.js';
9
import { fullEscaper } from './utils/full-escaper.js';
@@ -77,8 +75,6 @@ export default function (config) {
77
75
78
76
config.addPlugin(pluginRSS);
79
80
- config.addPlugin(UpgradeHelper);
81
82
config.addNunjucksShortcode('image', imageShortcode);
83
84
config.addNunjucksShortcode('featureImage', featureImageShortcode);
0 commit comments