Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
benatespina committed Oct 30, 2015
1 parent b9b9f5a commit 70b56e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bundle/WebBundle/webpack.config.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import pkg from './package.json';

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

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

0 comments on commit 70b56e9

Please sign in to comment.