Skip to content

Commit

Permalink
see if this fixes prod
Browse files Browse the repository at this point in the history
  • Loading branch information
tivac committed Jan 2, 2024
1 parent 673ea54 commit 75dd892
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/www/build/mcss-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ const { preprocess, processor } = preprocessor({
// Enable for debugging, but disabled because NOISY
verbose : false,

// TODO: disabled because weird stuff is happening on Netlify, maybe around file paths?
// Crank down names in prod to be itty-bitty
namer : isProd ? namer() : null,
// namer : isProd ? namer() : null,

// Bring sveltekit aliases into m-css
resolvers : [
Expand Down

0 comments on commit 75dd892

Please sign in to comment.