Skip to content

Commit

Permalink
Merge pull request #1878 from Kajabi/IPA/require-context-fix-for-vite
Browse files Browse the repository at this point in the history
Remove `require.context` as this is a Webpack function that Vite don't like
  • Loading branch information
voodooGQ authored Apr 12, 2024
2 parents 2134346 + 97821a3 commit a2d9abd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/sage-packs/lib/packs/system.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ import "regenerator-runtime/runtime";
import "@kajabi/sage-system";

// --- Sage System Assets -------
require.context("@kajabi/sage-assets/lib/images", true);
import "@kajabi/sage-assets/dist/main.css";

0 comments on commit a2d9abd

Please sign in to comment.