We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a9af20 commit 509322bCopy full SHA for 509322b
packages/angular_devkit/build_angular/src/webpack/configs/styles.ts
@@ -149,9 +149,6 @@ export function getStylesConfig(wco: WebpackConfigOptions): Configuration {
149
);
150
}
151
if (tailwindPackagePath) {
152
- if (process.env['TAILWIND_MODE'] === undefined) {
153
- process.env['TAILWIND_MODE'] = buildOptions.watch ? 'watch' : 'build';
154
- }
155
extraPostcssPlugins.push(require(tailwindPackagePath)({ config: tailwindConfigPath }));
156
157
0 commit comments