This commit is contained in:
Jori Lallo
2016-05-23 23:05:32 -07:00
parent 4ca38b8a63
commit 4265bc45ca

View File

@ -11,6 +11,8 @@ var definePlugin = new webpack.DefinePlugin({
SLACK_REDIRECT_URI: process.env.SLACK_REDIRECT_URI,
});
console.log("DIR: ", path.join(__dirname));
module.exports = {
output: {
path: path.join(__dirname, 'dist'),