Skip to content

Commit

Permalink
Fixed broken webpack dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
benatespina committed Nov 1, 2015
1 parent a4d5cef commit 42a67d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Kreta/Bundle/WebBundle/webpack.config.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ import webpack from 'webpack';

import pkg from './package.json';

let buildPath = './../../../../web';
let buildPath = './../../../../../../web';
if (process.argv[4] === '--from-vendor') {
buildPath = './../../../../../web';
buildPath = './../../../../../../../web';
}

const SOURCE_PATH = './Resources/public',
Expand Down

0 comments on commit 42a67d8

Please sign in to comment.