Skip to content

Commit

Permalink
Update webpack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
NullClock authored Dec 28, 2023
1 parent fbd7c05 commit ddb5604
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,36 +157,36 @@ module.exports = [
chunks: ['editor'],
template: 'src/playground/index.ejs',
filename: 'editor.html',
title: 'TurboWarp - Run Scratch projects faster',
title: 'CubicIDE - Run Scratch projects faster',
...htmlWebpackPluginCommon
}),
new HtmlWebpackPlugin({
chunks: ['player'],
template: 'src/playground/index.ejs',
filename: 'index.html',
title: 'TurboWarp - Run Scratch projects faster',
title: 'CubicIDE - Run Scratch projects faster',
...htmlWebpackPluginCommon
}),
new HtmlWebpackPlugin({
chunks: ['fullscreen'],
template: 'src/playground/index.ejs',
filename: 'fullscreen.html',
title: 'TurboWarp - Run Scratch projects faster',
title: 'CubicIDE - Run Scratch projects faster',
...htmlWebpackPluginCommon
}),
new HtmlWebpackPlugin({
chunks: ['embed'],
template: 'src/playground/index.ejs',
filename: 'embed.html',
title: 'Embedded Project - TurboWarp',
title: 'Embedded Project - CubicIDE',
noTheme: true,
...htmlWebpackPluginCommon
}),
new HtmlWebpackPlugin({
chunks: ['addon-settings'],
template: 'src/playground/simple.ejs',
filename: 'addons.html',
title: 'Addon Settings - TurboWarp',
title: 'Addon Settings - CubicIDE',
...htmlWebpackPluginCommon
}),
new HtmlWebpackPlugin({
Expand Down

0 comments on commit ddb5604

Please sign in to comment.