We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b33b444 commit 48e8d02Copy full SHA for 48e8d02
config/paths.js
@@ -6,7 +6,7 @@ const appRoot = process.cwd()
6
const paths = {
7
appRoot,
8
entry: path.resolve('./src/index.js'),
9
- dist: path.resolve('./build'),
+ dist: path.resolve('./dist'),
10
template: path.resolve('./src/index.html'),
11
favicon: path.resolve('./src/favicon.ico'),
12
elmPkg: path.resolve('elm-package.json'),
0 commit comments