Prevent ignored files in out dir (#10831)
Co-Authored-By: Brian Ng <bng412@gmail.com>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
a;
|
||||
12
packages/babel-cli/test/fixtures/babel/--copy-files with ignore with includeIgnored/options.json
vendored
Normal file
12
packages/babel-cli/test/fixtures/babel/--copy-files with ignore with includeIgnored/options.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"args": [
|
||||
"src",
|
||||
"--out-dir",
|
||||
"lib",
|
||||
"--copy-files",
|
||||
"--ignore",
|
||||
"src/foo/*",
|
||||
"--include-ignored",
|
||||
"--verbose"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
"use strict";
|
||||
|
||||
index;
|
||||
@@ -0,0 +1,2 @@
|
||||
src/index.js -> lib/index.js
|
||||
Successfully compiled 1 file with Babel.
|
||||
@@ -1 +0,0 @@
|
||||
index;
|
||||
Reference in New Issue
Block a user