shorter Element/FormattedMessage path

This commit is contained in:
Martti Malmi
2023-09-27 12:09:26 +03:00
parent cca17284ef
commit ea6b853057
52 changed files with 51 additions and 52 deletions

View File

@ -11,7 +11,6 @@ const WorkboxPlugin = require("workbox-webpack-plugin");
const IntlTsTransformer = require("@formatjs/ts-transformer");
const { DefinePlugin } = require('webpack');
const appConfig = require('config');
console.log(`Current config: ${JSON.stringify(appConfig, null, 2)}`);
const isProduction = process.env.NODE_ENV == "production";