webpack-v5 #1

Merged
gapodo merged 13 commits from webpack-v5 into master 2023-11-15 23:01:27 +01:00
Showing only changes of commit dd0937a401 - Show all commits

View file

@ -1,7 +1,7 @@
import * as path from "path";
import {Configuration} from "webpack";
import {CleanWebpackPlugin} from "clean-webpack-plugin";
import * as CopyWebpackPlugin from "copy-webpack-plugin";
import CopyWebpackPlugin from "copy-webpack-plugin";
export = {
entry: "./plugin/index.ts",