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:
parent
7ce2dcbca3
commit
6dd58cd620
1 changed files with 2 additions and 2 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue