Skip to content

Commit

Permalink
fix: see if removing the require.context still gets us results
Browse files Browse the repository at this point in the history
  • Loading branch information
voodooGQ committed Apr 12, 2024
1 parent 2134346 commit aa64643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sage-packs/lib/packs/system.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import "regenerator-runtime/runtime";
import "@kajabi/sage-system";

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

0 comments on commit aa64643

Please sign in to comment.