Skip to content

Commit d6a913e

Browse files
author
Ives van Hoorne
committed
Add react-scripts-ts to blacklisted dependencies
1 parent d4963c4 commit d6a913e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/sandbox/compile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const WHITELISTED_DEV_DEPENDENCIES = [
5454

5555
// Dependencies that we actually don't need, we will replace this by a dynamic
5656
// system in the future
57-
const BLACKLISTED_DEPENDENCIES = ['react-scripts'];
57+
const BLACKLISTED_DEPENDENCIES = ['react-scripts', 'react-scripts-ts'];
5858

5959
function getDependencies(parsedPackage) {
6060
const {

0 commit comments

Comments
 (0)