FIX: fixed an error in webpack config
This commit is contained in:
parent
fe573893a1
commit
1466d7481c
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
import {Configuration} from "webpack";
|
import type {Configuration} from "webpack";
|
||||||
import WebpackDevServer from "webpack-dev-server";
|
import type WebpackDevServer from "webpack-dev-server";
|
||||||
|
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
const webpack = require('webpack');
|
const webpack = require('webpack');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue