Skip to content

Commit

Permalink
Remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
sirknightj committed Oct 2, 2023
1 parent 752eaf4 commit 6331efc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack.dev.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const path = require('path');
const merge = require('webpack-merge');
const webpack = require('webpack');

module.exports = merge.smart(require('./webpack.config'), {
mode: 'development',
Expand Down

0 comments on commit 6331efc

Please sign in to comment.