We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4963c4 commit d6a913eCopy full SHA for d6a913e
packages/app/src/sandbox/compile.js
@@ -54,7 +54,7 @@ const WHITELISTED_DEV_DEPENDENCIES = [
54
55
// Dependencies that we actually don't need, we will replace this by a dynamic
56
// system in the future
57
-const BLACKLISTED_DEPENDENCIES = ['react-scripts'];
+const BLACKLISTED_DEPENDENCIES = ['react-scripts', 'react-scripts-ts'];
58
59
function getDependencies(parsedPackage) {
60
const {
0 commit comments