Skip to content

Commit

Permalink
fix: dev mode after frontend-build namespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
arbrandes committed Feb 29, 2024
1 parent 829ba70 commit d45e4aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/20240228_111818_arbrandes_nightly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [Bugfix] Fix dev mode after frontend-build NPM namespace change (by @arbrandes)
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const fs = require('fs');
const baseDevConfig = (
fs.existsSync('./webpack.dev.config.js')
? require('./webpack.dev.config.js')
: require('@edx/frontend-build/config/webpack.dev.config.js')
: require('@openedx/frontend-build/config/webpack.dev.config.js')
);

module.exports = merge(baseDevConfig, {
Expand Down

0 comments on commit d45e4aa

Please sign in to comment.