UNPKG

@gobistories/gobi-web-integration

Version:

Welcome to Gobi Web Integration. This library will let you put your Gobi stories on your site.

10 lines (9 loc) 302 B
#!/usr/bin/env coffee webpack = require 'webpack' webpackConfigObject = require './webpack.config.coffee' webpack webpackConfigObject, (err, stats) -> console.log 'Done!' unless err or stats.hasErrors() if err console.error err if stats.hasErrors() console.error stats.compilation.errors