Remove leftovers

This commit is contained in:
HarelM
2023-12-16 20:53:58 +02:00
parent f7de7ff3ba
commit 5c7d6f2b1d
5 changed files with 3 additions and 108 deletions
+1 -3
View File
@@ -6,16 +6,14 @@ var HtmlWebpackInlineSVGPlugin = require('html-webpack-inline-svg-plugin');
var WebpackCleanupPlugin = require('webpack-cleanup-plugin');
var BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;
var CopyWebpackPlugin = require('copy-webpack-plugin');
var artifacts = require("../test/artifacts");
var OUTPATH = artifacts.pathSync("/build");
module.exports = {
entry: {
app: './src/index.jsx',
},
output: {
path: OUTPATH,
path: "./build/build/",
filename: '[name].[contenthash].js',
chunkFilename: '[contenthash].js'
},