mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
Fix running dev broken
This commit is contained in:
parent
af86534992
commit
31cc4b4960
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
/* eslint-disable @typescript-eslint/no-var-requires */
|
||||
const merge = require('webpack-merge');
|
||||
const { merge } = require('webpack-merge');
|
||||
const common = require('./webpack.common.js');
|
||||
|
||||
module.exports = env => merge(common(env), {
|
||||
|
|
Loading…
Reference in a new issue