Merge pull request #1051 from thecodingmachine/fixWebpackConfig

FIX: fixed an error in webpack config
This commit is contained in:
Kharhamel 2021-05-17 13:35:57 +02:00 committed by GitHub
commit 99cc1b488f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
import {Configuration} from "webpack";
import WebpackDevServer from "webpack-dev-server";
import type {Configuration} from "webpack";
import type WebpackDevServer from "webpack-dev-server";
const path = require('path');
const webpack = require('webpack');