Merge pull request #1051 from thecodingmachine/fixWebpackConfig
FIX: fixed an error in webpack config
This commit is contained in:
commit
99cc1b488f
1 changed files with 2 additions and 2 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue