diff --git a/ts/index.ts b/ts/index.ts index 18246ac..bed8795 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -1,7 +1,7 @@ import * as early from '@pushrocks/early'; early.start('tsbundle'); import * as plugins from './tsbundle.plugins'; -import { logger } from './tsbundle.logger'; +import { logger } from './tsbundle.logging'; early.stop(); const rollupOptions: plugins.rollup.RollupOptions = { diff --git a/ts/tsbundle.logger.ts b/ts/tsbundle.logging.ts similarity index 100% rename from ts/tsbundle.logger.ts rename to ts/tsbundle.logging.ts