Skip to content

Commit 9a2b74a

Browse files
committed
Add polyfills of sandbox back in
1 parent 1a00522 commit 9a2b74a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/app/config/webpack.common.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@ module.exports = {
6565
require.resolve('./polyfills'),
6666
path.join(paths.appSrc, 'index.js'),
6767
],
68-
sandbox: [path.join(paths.sandboxSrc, 'index.js')],
68+
sandbox: [
69+
require.resolve('./polyfills'),
70+
path.join(paths.sandboxSrc, 'index.js'),
71+
],
6972
'sandbox-startup': path.join(paths.sandboxSrc, 'startup.js'),
7073
embed: [
7174
require.resolve('./polyfills'),

0 commit comments

Comments
 (0)