1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-07-06 22:19:50 +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 webpack = require('webpack');
const path = require('path'); const path = require('path');
const CopyWebpackPlugin = require("copy-webpack-plugin"); const CopyWebpackPlugin = require("copy-webpack-plugin");
// const buildMode = 'production'; const buildMode = 'production';
const buildMode = 'development'; // const buildMode = 'development';
const TARGET = 'electron'; const TARGET = 'electron';
// const TARGET = 'webOS'; // const TARGET = 'webOS';