|
|
@@ -4,7 +4,6 @@ import filesize from 'rollup-plugin-filesize';
|
|
|
import terser from '@rollup/plugin-terser';
|
|
|
import { visualizer } from 'rollup-plugin-visualizer';
|
|
|
import { glsl } from '../utils/build/rollup.config.js';
|
|
|
-import chalk from 'chalk';
|
|
|
|
|
|
const statsFile = path.resolve( 'test/treeshake/stats.html' );
|
|
|
|
|
|
@@ -15,7 +14,7 @@ function logStatsFile() {
|
|
|
|
|
|
console.log();
|
|
|
console.log( 'Open the following url in a browser to analyze the tree-shaken bundle.' );
|
|
|
- console.log( chalk.blue.bold.underline( statsFile ) );
|
|
|
+ console.log( statsFile );
|
|
|
console.log();
|
|
|
|
|
|
}
|