mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[TGUI] Added prettierx
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user