Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Commit

Permalink
docs(readme): add note about existing declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
imhoffd committed Aug 29, 2018
1 parent cde0c4b commit 50667cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ In order to take advantage of this apps will need a `src/declarations.d.ts` file
declare var process: { env: { [key: string]: string | undefined; } };
```

*Note*: This declaration may conflict if `@types/node` is installed in your project. See [#3541](https://github.com/ionic-team/ionic-cli/issues/3541).

## Custom Configuration

In many cases, the defaults which Ionic provides cover most of the scenarios required by developers; however, Ionic App Scripts does provide multiple ways to configure and override the defaults for each of the various tasks. Note that Ionic will always apply its defaults for any property that was not provided by custom configuration.
Expand Down

0 comments on commit 50667cc

Please sign in to comment.