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 8b44d1a commit 5ccffbdCopy full SHA for 5ccffbd
packages/app/src/sandbox/compile.ts
@@ -116,7 +116,6 @@ const BABEL_DEPENDENCIES = [
116
// Dependencies that we actually don't need, we will replace this by a dynamic
117
// system in the future
118
const PREINSTALLED_DEPENDENCIES = [
119
- 'node-libs-browser',
120
'react-scripts',
121
'react-scripts-ts',
122
'parcel-bundler',
@@ -302,6 +301,7 @@ function getDependencies(
302
301
303
// This is used for cache busting
304
returnedDependencies.csbbust = '1.0.0';
+ returnedDependencies['node-libs-browser'] = '2.2.0';
305
306
preinstalledDependencies.forEach(dep => {
307
if (returnedDependencies[dep]) {
0 commit comments