refactor: Remove unused webpack import

This commit is contained in:
Duncan Beevers 2022-02-23 12:51:22 -08:00
parent fcc312abd3
commit 9811adb5e4
No known key found for this signature in database
GPG Key ID: 5219E77D2FF28744

View File

@ -1,5 +1,4 @@
const path = require('path'); const path = require('path');
const webpack = require('webpack');
const common = require('./webpack.config.common'); const common = require('./webpack.config.common');
const genConfig = ({ const genConfig = ({