Skip to content

Commit

Permalink
fix: removed unneccesaary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
syam babu committed Oct 21, 2024
1 parent d0af2aa commit 0129a97
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config-overrides.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
const { version } = require('./package.json');

const [major] = version.split('.');

module.exports = function override(config, env) {
config.output.filename = `static/js/widget.js`;

Expand Down

0 comments on commit 0129a97

Please sign in to comment.