Skip to content

Commit

Permalink
refactor(services/configurations/projectConfiguration): change the or…
Browse files Browse the repository at this point in the history
…der of the dotEnv settings for better documentation
  • Loading branch information
homer0 committed Jul 20, 2019
1 parent eb7150d commit c1e753f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/services/configurations/projectConfiguration.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,14 @@ class ProjectConfiguration extends ConfigurationFile {
copy: [],
dotEnv: {
enabled: true,
extend: true,
overwrite: false,
files: [
'.env.[target-name].[build-type]',
'.env.[target-name]',
'.env.[build-type]',
'.env',
],
extend: true,
overwrite: false,
},
},
browser: {
Expand Down Expand Up @@ -209,14 +209,14 @@ class ProjectConfiguration extends ConfigurationFile {
copy: [],
dotEnv: {
enabled: true,
extend: true,
overwrite: false,
files: [
'.env.[target-name].[build-type]',
'.env.[target-name]',
'.env.[build-type]',
'.env',
],
extend: true,
overwrite: false,
},
devServer: {
port: 2509,
Expand Down

0 comments on commit c1e753f

Please sign in to comment.