Skip to content

Commit 48e8d02

Browse files
author
Eduard Kyvenko
committed
fix($config): Fixed a typo in configuration
1 parent b33b444 commit 48e8d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/paths.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const appRoot = process.cwd()
66
const paths = {
77
appRoot,
88
entry: path.resolve('./src/index.js'),
9-
dist: path.resolve('./build'),
9+
dist: path.resolve('./dist'),
1010
template: path.resolve('./src/index.html'),
1111
favicon: path.resolve('./src/favicon.ico'),
1212
elmPkg: path.resolve('elm-package.json'),

0 commit comments

Comments
 (0)