Skip to content

Commit 64fe0b0

Browse files
committed
configured webpack out path & saved phoenix.js
1 parent ece6388 commit 64fe0b0

File tree

4 files changed

+1440
-46
lines changed

4 files changed

+1440
-46
lines changed

assets/config/paths.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function getServedPath(appPackageJson) {
4141
// config after eject: we're in ./config/
4242
module.exports = {
4343
dotenv: resolveApp('.env'),
44-
appBuild: resolveApp('build'),
44+
appBuild: resolveApp('../priv/static/'),
4545
appPublic: resolveApp('public'),
4646
appHtml: resolveApp('public/index.html'),
4747
appIndexJs: resolveApp('src/index.js'),

0 commit comments

Comments
 (0)