mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-04 22:58:29 +08:00
Fixed issue with webpack production configuration.
This commit is contained in:
parent
6fd94c1de2
commit
867df3fab9
@ -1,6 +1,6 @@
|
||||
const common = require("./webpack.common.js");
|
||||
const path = require("path");
|
||||
const merge = require("webpack-merge");
|
||||
const { merge } = require("webpack-merge");
|
||||
const MiniCssExtractPlugin = require("mini-css-extract-plugin");
|
||||
const Dotenv = require("dotenv-webpack");
|
||||
const { CleanWebpackPlugin } = require("clean-webpack-plugin");
|
||||
|
Loading…
Reference in New Issue
Block a user