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 1a00522 commit 9a2b74aCopy full SHA for 9a2b74a
packages/app/config/webpack.common.js
@@ -65,7 +65,10 @@ module.exports = {
65
require.resolve('./polyfills'),
66
path.join(paths.appSrc, 'index.js'),
67
],
68
- sandbox: [path.join(paths.sandboxSrc, 'index.js')],
+ sandbox: [
69
+ require.resolve('./polyfills'),
70
+ path.join(paths.sandboxSrc, 'index.js'),
71
+ ],
72
'sandbox-startup': path.join(paths.sandboxSrc, 'startup.js'),
73
embed: [
74
0 commit comments