Skip to content

Commit 033b477

Browse files
we have to pre-compile sandbox somehow
1 parent 77fa875 commit 033b477

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/app/config/webpack.common.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,12 @@ module.exports = {
133133
require.resolve('./polyfills'),
134134
path.join(paths.appSrc, 'index.js'),
135135
],
136-
sandbox: [
136+
/* sandbox: [
137137
require.resolve('./polyfills'),
138138
path.join(paths.sandboxSrc, 'index.js'),
139-
],
139+
],
140140
'sandbox-startup': path.join(paths.sandboxSrc, 'startup.js'),
141+
*/
141142
'watermark-button': path.join(paths.src, 'watermark-button.js'),
142143
embed: [
143144
require.resolve('./polyfills'),

0 commit comments

Comments
 (0)