Fix `watch` script not bundling example
It also recompiles EmojiMart libnolan/hinaloe-test
parent
faf0cfa60b
commit
44d401ae48
|
@ -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) => {
|
||||
|
|
Loading…
Reference in New Issue