Update webpack.config.js

This commit is contained in:
Francisco Hodge 2023-07-22 17:55:41 +00:00 committed by GitHub
parent 3ff02f5c33
commit 63397e9048
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,4 @@
// Configuration
const path = require('path');
const webpack = require('webpack');
const TerserPlugin = require('terser-webpack-plugin');