4
0
mirror of https://github.com/hodgef/simple-keyboard.git synced 2025-05-29 06:55:49 +08:00

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

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