[TGUI] Added prettierx

This commit is contained in:
Casey
2022-06-25 17:57:28 -04:00
committed by CHOMPStation2
parent 0c9b70b451
commit da183d8607
441 changed files with 16329 additions and 22443 deletions

View File

@@ -9,7 +9,7 @@ const path = require('path');
const ExtractCssPlugin = require('mini-css-extract-plugin');
const { createBabelConfig } = require('./babel.config.js');
const createStats = verbose => ({
const createStats = (verbose) => ({
assets: verbose,
builtAt: verbose,
cached: false,
@@ -24,6 +24,7 @@ const createStats = verbose => ({
version: verbose,
});
// prettier-ignore
module.exports = (env = {}, argv) => {
const mode = argv.mode === 'production' ? 'production' : 'development';
const bench = env.TGUI_BENCH;