Skip to content

Commit

Permalink
fix: use openedx scope for webpack.dev.config
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoa committed Aug 2, 2024
1 parent 347e820 commit c019cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack.dev.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ module.exports = merge(commonConfig, {
test: /(.scss|.css)$/,
oneOf: [
{
resource: /(@openedx\/paragon|@edx\/brand)/,
resource: /(@openedx\/paragon|@openedx\/brand)/,
use: [
MiniCssExtractPlugin.loader,
...getStyleUseConfig(),
Expand Down

0 comments on commit c019cc9

Please sign in to comment.