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 77fa875 commit 033b477Copy full SHA for 033b477
packages/app/config/webpack.common.js
@@ -133,11 +133,12 @@ module.exports = {
133
require.resolve('./polyfills'),
134
path.join(paths.appSrc, 'index.js'),
135
],
136
- sandbox: [
+ /* sandbox: [
137
138
path.join(paths.sandboxSrc, 'index.js'),
139
- ],
+ ],
140
'sandbox-startup': path.join(paths.sandboxSrc, 'startup.js'),
141
+ */
142
'watermark-button': path.join(paths.src, 'watermark-button.js'),
143
embed: [
144
0 commit comments