mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
move notice avoir .npmrc
This commit is contained in:
parent
9671d3cd6a
commit
3b2984d446
1 changed files with 2 additions and 3 deletions
|
|
@ -35,6 +35,8 @@ Besides, good stuff that comes with using this template:
|
|||
If you don't want to bother and includes everything just remove the ``files`` field from the ``package.json``
|
||||
otherwise remember, when you add a subdirectory in ``src/``, to update the ``package.json`` ``files``.
|
||||
- If you are going to programmatically load files outside of the ``dis/`` directory ( like the ``package.json`` or files inside ``res/`` ) be mindful that the paths might not be the one you expect. [Details](#accessing-files-outside-the-dist-directory).
|
||||
- The template does not support ``.npmignore`` ( it use the safer ``package.json`` ``files`` instead ).
|
||||
- The template does not support ``.npmrc``.
|
||||
|
||||
# How to use
|
||||
|
||||
|
|
@ -104,9 +106,6 @@ You can use [shields.io](https://shields.io) to create badges on metrics you wou
|
|||
|
||||
# Accessing files outside the ``dist/`` directory
|
||||
|
||||
- The template does not support ``.npmignore`` use ``package.json`` ``files`` instead.
|
||||
- The template does not support ``.npmrc``
|
||||
|
||||
The drawback of having short import path is that the dir structure
|
||||
is not exactly the same in production ( in the npm bundle ) and in development.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue