Skip to content

Commit

Permalink
STRWEB-85 revert (#113)
Browse files Browse the repository at this point in the history
Reverts #107

STRWEB-85 is the cause behind ERM-2935. We may be able to omit the line
in question altogether, but until we can figure out, definitively, if
that's true, we just need to revert and get ui-agreements back in
business.
  • Loading branch information
zburke committed Jun 6, 2023
1 parent ce333a6 commit cbbc3d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
* Bump minimum `favicons` versions to avoid CVE-2023-0842. Refs STRWEB-83.
* List `peerDependencies` as `externals` during transpilation process. Refs STRWEB-84.
* Add missing `@babel/plugin-*` dependencies that are listed in `babel-options.js`. Refs STRWEB-86.
* Correctly set `.css` in `resolve.extensions` array. Refs STRWEB-85.
* Upgrade `postcss-calc` dependency from 8.2.4 to 9.0.1. Refs STRWEB-88.

## [4.2.0](https://github.com/folio-org/stripes-webpack/tree/v4.2.0) (2023-01-30)
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.cli.shared.styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = (config, context) => {
"stcom-variables": getSharedStyles("lib/variables"),
};

config.resolve.extensions.push('.css');
config.resolve.extensions.push('css');
}

return config;
Expand Down

0 comments on commit cbbc3d7

Please sign in to comment.