Skip to content

Commit

Permalink
re-enable shortnames
Browse files Browse the repository at this point in the history
  • Loading branch information
tivac committed Jan 2, 2024
1 parent 84ad8b9 commit 4b71647
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/www/build/mcss-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ 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 4b71647

Please sign in to comment.