Fix `watch` script not bundling example

It also recompiles EmojiMart lib
release
Etienne Lemay 2017-02-17 12:21:04 -05:00
parent faf0cfa60b
commit 44d401ae48
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
var path = require('path')
var webpack = require('webpack')
var config = require('../src/webpack.config.js'),
var config = require('../example/webpack.config.js'),
compiler = webpack(config)
compiler.watch({}, (err, stats) => {