Skip to content

Commit

Permalink
Chore: Remove TAILWIND_MODE
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Jan 9, 2022
1 parent 55dd7c8 commit a9accab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/helper.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const minify = production || process.argv.includes("--minify");
const compression = production && !watch ? config.buildDefaults.compression : false;
let sass = false;
process.env.NODE_ENV = production ? "production" : "development";
process.env.TAILWIND_MODE = watch ? "watch" : "build";

const allFileExtensions = Object.entries(config.extensions)
.reduce((acc, curr) => {
Expand Down

0 comments on commit a9accab

Please sign in to comment.