Skip to content

Commit d17bdbc

Browse files
author
Ives van Hoorne
committed
move back to frame.html
1 parent e31b66a commit d17bdbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/config/webpack.common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ module.exports = {
256256
new HtmlWebpackPlugin({
257257
inject: true,
258258
chunks: ['sandbox-startup', 'sandbox'],
259-
filename: 'index.html',
259+
filename: 'frame.html',
260260
template: paths.sandboxHtml,
261261
minify: __PROD__ && {
262262
removeComments: true,

0 commit comments

Comments
 (0)