diff options
| author | Thomas Haddad | 2017-02-02 15:30:17 +0100 |
|---|---|---|
| committer | Thomas Haddad | 2017-02-02 15:31:07 +0100 |
| commit | e723c5bc2f3c5f98e67e9e570dc50da0c48eacca (patch) | |
| tree | 225d19b9190c70ca05f9f2eadc40f44782d92d33 /config | |
| parent | b60222dab0ec27bb9bd05a7f0e63276bd97a4985 (diff) | |
| download | chouette-core-e723c5bc2f3c5f98e67e9e570dc50da0c48eacca.tar.bz2 | |
Add first components spec, and set correct node version used in package.json
Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com>
Diffstat (limited to 'config')
| -rw-r--r-- | config/browserify.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/browserify.yml b/config/browserify.yml new file mode 100644 index 000000000..f6fc5f766 --- /dev/null +++ b/config/browserify.yml @@ -0,0 +1,3 @@ +javascript: + external: + "react/addons": true |
