Revert "Prevent ignored files in out dir (#10831)" (#10886)

This reverts commit 2b3590929b.
This commit is contained in:
Raja Sekar
2019-12-18 11:17:35 +01:00
committed by Nicolò Ribaudo
parent aa814073b7
commit dbf3f91f1e
13 changed files with 4 additions and 33 deletions

View File

@@ -1,12 +0,0 @@
{
"args": [
"src",
"--out-dir",
"lib",
"--copy-files",
"--ignore",
"src/foo/*",
"--include-ignored",
"--verbose"
]
}

View File

@@ -1,2 +0,0 @@
src/index.js -> lib/index.js
Successfully compiled 1 file with Babel.

View File

@@ -0,0 +1 @@
index;