Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
awais-ansari committed Sep 25, 2024
1 parent f799a48 commit d2afe72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.dev.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const path = require('path');

const { createConfig } = require('@openedx/frontend-build');

const config = createConfig('webpack-dev');
Expand All @@ -10,5 +11,4 @@ config.resolve.modules = [

config.module.rules[0].exclude = /node_modules\/(?!(fastest-levenshtein|@edx))/;


module.exports = config;

0 comments on commit d2afe72

Please sign in to comment.