fix(core): update

This commit is contained in:
Philipp Kunz 2019-05-08 11:05:13 +02:00
parent b5f6e8a2ca
commit 80dfe00743
2 changed files with 1 additions and 1 deletions

View File

@ -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 = {