Skip to content

Commit

Permalink
fix($config): Fixed a typo in configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard Kyvenko committed May 1, 2017
1 parent b33b444 commit 48e8d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/paths.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const appRoot = process.cwd()
const paths = {
appRoot,
entry: path.resolve('./src/index.js'),
dist: path.resolve('./build'),
dist: path.resolve('./dist'),
template: path.resolve('./src/index.html'),
favicon: path.resolve('./src/favicon.ico'),
elmPkg: path.resolve('elm-package.json'),
Expand Down

0 comments on commit 48e8d02

Please sign in to comment.