UNPKG

rct-tree

Version:

A tree component based on ReactJS and Typescript.

16 lines (14 loc) 348 B
var webpack = require('webpack') var webpackConfig = require('./webpack.prod.conf') webpack(webpackConfig, function (err, stats) { if (err) throw err process.stdout.write( stats.toString({ colors: true, modules: false, children: false, chunks: false, chunkModules: false }) + '\n\n' ) })