murk
This commit is contained in:
@ -11,6 +11,8 @@ var definePlugin = new webpack.DefinePlugin({
|
|||||||
SLACK_REDIRECT_URI: process.env.SLACK_REDIRECT_URI,
|
SLACK_REDIRECT_URI: process.env.SLACK_REDIRECT_URI,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
console.log("DIR: ", path.join(__dirname));
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
output: {
|
output: {
|
||||||
path: path.join(__dirname, 'dist'),
|
path: path.join(__dirname, 'dist'),
|
||||||
|
Reference in New Issue
Block a user