Skip to content

Commit

Permalink
fix(paths): remove '.env'
Browse files Browse the repository at this point in the history
  • Loading branch information
aneurysmjs committed Feb 12, 2020
1 parent f570411 commit 15c7ece
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/paths.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const resolveApp = (relativePath) => path.resolve(appDirectory, relativePath);

const paths = {
dist: resolveApp('dist'),
dotenv: resolveApp('.env'),
src: resolveApp('src'),
};

Expand Down

0 comments on commit 15c7ece

Please sign in to comment.