Skip to content

Commit

Permalink
Fix watch script not bundling example
Browse files Browse the repository at this point in the history
It also recompiles EmojiMart lib
  • Loading branch information
EtienneLem committed Feb 17, 2017
1 parent faf0cfa commit 44d401a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/watch.js
@@ -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) => {
Expand Down

0 comments on commit 44d401a

Please sign in to comment.