1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00

Changed buildMode to production

This commit is contained in:
Michael Hollister 2025-04-23 19:24:57 -05:00
parent 7ce2dcbca3
commit 6dd58cd620

View file

@ -1,8 +1,8 @@
const webpack = require('webpack');
const path = require('path');
const CopyWebpackPlugin = require("copy-webpack-plugin");
// const buildMode = 'production';
const buildMode = 'development';
const buildMode = 'production';
// const buildMode = 'development';
const TARGET = 'electron';
// const TARGET = 'webOS';