w3reality / three-es6-plugin

A webpack plugin for es6-exporting scripts under three/examples/js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Circulation problem

wxujian opened this issue · comments

// workaround for infinite watch-compile loop...
plugins.push(new webpack.WatchIgnorePlugin([ /three-es6-plugin/es6/.*.js$/, ]));
without effect