removido dayjs/locale/pt-br.js

This commit is contained in:
Luiz Silva 2025-10-27 11:11:08 -03:00
parent 3b37c764bd
commit a75b70dddd
5 changed files with 3 additions and 6 deletions

View file

@ -32,7 +32,6 @@ __export(dayjs_exports, {
});
module.exports = __toCommonJS(dayjs_exports);
var import_dayjs = __toESM(require("dayjs"));
var import_pt_br = require("dayjs/locale/pt-br");
var import_duration = __toESM(require("dayjs/plugin/duration"));
var import_isSameOrAfter = __toESM(require("dayjs/plugin/isSameOrAfter"));
var import_isSameOrBefore = __toESM(require("dayjs/plugin/isSameOrBefore"));
@ -49,7 +48,6 @@ import_dayjs.default.extend(import_isSameOrAfter.default);
import_dayjs.default.extend(import_minMax.default);
import_dayjs.default.extend(import_relativeTime.default);
import_dayjs.default.extend(import_duration.default);
import_dayjs.default.locale("pt-br");
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
dayjsbr