Hello. I tried to use the compiler-example code in my setup, but get errors, so I cloned the repo to start from there, but there is no webpack.config.js file in the compiler-example directory. It would be nice to have a working example to start from.
If it matters, this is the error I get trying to instantiate webpack.Compiler with my own config (which works if I simply compile via webpack(config):
Hello. I tried to use the compiler-example code in my setup, but get errors, so I cloned the repo to start from there, but there is no
webpack.config.js
file in thecompiler-example
directory. It would be nice to have a working example to start from.If it matters, this is the error I get trying to instantiate
webpack.Compiler
with my own config (which works if I simply compile viawebpack(config)
:thanks, fleur