Skip to content

Commit

Permalink
Merge pull request #729 from Availity/docs/remove-incorrect-comments
Browse files Browse the repository at this point in the history
Docs/remove incorrect comments
  • Loading branch information
gregmartDOTin committed May 3, 2024
2 parents 9bdf222 + 5e9826d commit 92a2263
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion packages/workflow/loaders/loader-postcss.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const postcssFocus = require('postcss-focus');
const postcssReporter = require('postcss-reporter');
const postcssFlexBugs = require('postcss-flexbugs-fixes');
const postCssEnv = require('postcss-preset-env'); // TODO: latest release two years ago, keep?
const postCssEnv = require('postcss-preset-env');

module.exports = {
loader: 'postcss-loader',
Expand Down
2 changes: 0 additions & 2 deletions packages/workflow/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,6 @@ const plugin = (settings) => {
})
);
}

// TODO: set up persistent cache options https://webpack.js.org/guides/build-performance/#persistent-cache
return _merge({}, configBase, overrides);

};
Expand Down

0 comments on commit 92a2263

Please sign in to comment.