@mindplay
, the reason you need to cd into your styleguide folder is because styleguide has your tsconfig.json and webpack.config.js in there. If you don't want the styleguide to be the root, simply move your tsconfig.json and webpack.config.js to your root folder. If for some reason you can't change that, simply call webpack with an explicit configuration file and point it to ./styleguide/webpack.config.js, e.g.
@mindplay , the reason you need to cd into your
styleguidefolder is becausestyleguidehas yourtsconfig.jsonandwebpack.config.jsin there. If you don't want thestyleguideto be the root, simply move yourtsconfig.jsonandwebpack.config.jsto yourrootfolder. If for some reason you can't change that, simply call webpack with an explicit configuration file and point it to./styleguide/webpack.config.js, e.g.I have a typescript preact boilerplate if you want to take a peek.
Hit me up if you're still stuck.