Prevent ignored files in out dir (#10831)

Co-Authored-By: Brian Ng <bng412@gmail.com>
This commit is contained in:
Raja Sekar
2019-12-18 04:39:36 +01:00
committed by Brian Ng
parent b3c7df9314
commit 2b3590929b
13 changed files with 33 additions and 4 deletions

View File

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

View File

@@ -0,0 +1,3 @@
"use strict";
index;

View File

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