Skip to content

Commit

Permalink
fix: configure webpack to fix paid powerpaste plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Clary committed Jan 9, 2024
1 parent bee3758 commit 3961d16
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions webpack.prod.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
const { createConfig } = require('@edx/frontend-build');

const config = createConfig('webpack-prod', {
resolve: {
fallback: {
fs: false,
constants: false,
},
},
});

module.exports = config;

0 comments on commit 3961d16

Please sign in to comment.