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 f5ee159 commit 5103430Copy full SHA for 5103430
packages/app/src/sandbox/compile.js
@@ -149,6 +149,8 @@ const PREINSTALLED_DEPENDENCIES = [
149
'babel-plugin-transform-prevent-infinite-loops',
150
'babel-plugin-transform-vue-jsx',
151
'babel-plugin-jsx-pragmatic',
152
+
153
+ 'flow-bin',
154
];
155
156
function getDependencies(parsedPackage, configurations) {
0 commit comments