diff --git a/gulpfile.js b/gulpfile.js index ad347250f0..2dfd361814 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -72,6 +72,7 @@ const common = { 'node_modules/react-dom/umd/react-dom.production.min.js', 'node_modules/react-dom/umd/react-dom.development.js', 'node_modules/prop-types/prop-types.min.js', + 'node_modules/dompurify/dist/purify.js', ]).pipe(gulp.dest(path.join(outputPath, 'js'))), () => gulp.src([ 'node_modules/@tabler/icons-react/dist/umd/tabler-icons-react.min.js', diff --git a/resources/marketplace.html b/resources/marketplace.html index 8aec5813d2..22b8cdea98 100644 --- a/resources/marketplace.html +++ b/resources/marketplace.html @@ -69,6 +69,7 @@
+