aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 57dc27047..2085c297c 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -1,20 +1,11 @@
/* eslint-disable node/no-unpublished-require */
const path = require('path');
const webpack = require('webpack');
-const CopyWebpackPlugin = require('copy-webpack-plugin');
const HtmlWebpackPlugin = require('html-webpack-plugin');
const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');
const { parsed } = require('dotenv').config();
const plugins = [
- // new CopyWebpackPlugin({
- // patterns: [
- // {
- // from: 'deploy',
- // to: path.join(__dirname, 'build'),
- // },
- // ],
- // }),
new HtmlWebpackPlugin({
title: 'Caching',
}),