Skip to content

Commit b63eb43

Browse files
chore(deps): update dependency css-loader to v7 (#299)
* chore(deps): update dependency css-loader to v7 * add namedExport option for old behaviour --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: David Goss <[email protected]>
1 parent bf2f023 commit b63eb43

File tree

3 files changed

+19
-57
lines changed

3 files changed

+19
-57
lines changed

javascript/package-lock.json

+16-55
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@typescript-eslint/eslint-plugin": "^8.24.1",
4747
"@typescript-eslint/parser": "^8.24.1",
4848
"babel-loader": "9.2.1",
49-
"css-loader": "6.11.0",
49+
"css-loader": "7.1.2",
5050
"eslint": "^9.20.1",
5151
"eslint-plugin-import": "^2.31.0",
5252
"eslint-plugin-n": "^17.15.1",

javascript/webpack.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ module.exports = {
1212
loader: 'css-loader',
1313
options: {
1414
modules: {
15-
auto: true
15+
auto: true,
16+
namedExport: false
1617
}
1718
}
1819
},

0 commit comments

Comments
 (0)