-
-
Notifications
You must be signed in to change notification settings - Fork 265
Closed
Description
I have the following configuration to create the build of my application, until version v8.2.0 everything worked correctly, but since version v8.2.1 I can't generate the build because the console is filled with messages like the following:
import { build } from 'tsup';
await build({
bundle: true,
clean: true,
dts: false,
entry: ['src/**/*.ts', '!src/**/*.d.ts', '!src/types/**/*.ts', '!src/index.ts'],
external: ['bun'],
format: 'esm',
minify: true,
outDir: 'dist',
sourcemap: false,
target: 'esnext',
treeshake: true,
});✘ [ERROR] No loader is configured for ".map" files: node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-includes.js.map
✘ [ERROR] No loader is configured for ".map" files: node_modules/openai/resources/audio/translations.d.ts.map
✘ [ERROR] No loader is configured for ".map" files: node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-ts-comment.js.map
✘ [ERROR] No loader is configured for ".map" files: node_modules/@typescript-eslint/scope-manager/dist/definition/index.js.map
✘ [ERROR] No loader is configured for ".map" files: node_modules/@typescript-eslint/scope-manager/dist/scope/index.js.map
✘ [ERROR] No loader is configured for ".map" files: node_modules/tsc-alias/dist/utils/import-path-resolver.js.map
✘ [ERROR] No loader is configured for ".map" files: node_modules/@typescript-eslint/eslint-plugin/dist/util/collectUnusedVariables.js.mapMetadata
Metadata
Assignees
Labels
No labels