tpl rename

(cherry picked from commit ee75c541df2f788a92ba62b7216e3a1bd27f663c)
This commit is contained in:
chengyu 2021-03-23 19:28:51 +08:00
parent bdd24b01d3
commit 3e065700a5
2 changed files with 8 additions and 8 deletions

View File

@ -155,26 +155,26 @@ module.exports = [
new HtmlWebpackPlugin({
chunks: ['lib.min', 'gui'],
template: 'src/playground/index.ejs',
title: 'Scratch 3.0 GUI',
title: 'EasyScratch 3.0',
sentryConfig: process.env.SENTRY_CONFIG ? '"' + process.env.SENTRY_CONFIG + '"' : null
}),
new HtmlWebpackPlugin({
chunks: ['lib.min', 'blocksonly'],
template: 'src/playground/index.ejs',
filename: 'blocks-only.html',
title: 'Scratch 3.0 GUI: Blocks Only Example'
title: 'EasyScratch 3.0: Blocks Only Example'
}),
new HtmlWebpackPlugin({
chunks: ['lib.min', 'compatibilitytesting'],
template: 'src/playground/index.ejs',
filename: 'compatibility-testing.html',
title: 'Scratch 3.0 GUI: Compatibility Testing'
title: 'EasyScratch 3.0: Compatibility Testing'
}),
new HtmlWebpackPlugin({
chunks: ['lib.min', 'player'],
template: 'src/playground/player.ejs',
filename: 'player.html',
title: 'Scratch 3.0 GUI: Player Example'
title: 'EasyScratch 3.0: Player Example'
}),
new CopyWebpackPlugin([{
from: 'static',

View File

@ -145,26 +145,26 @@ module.exports = [
new HtmlWebpackPlugin({
chunks: ['lib.min', 'gui'],
template: 'src/playground/index.ejs',
title: 'Scratch 3.0 GUI',
title: 'EasyScratch 3.0',
sentryConfig: process.env.SENTRY_CONFIG ? '"' + process.env.SENTRY_CONFIG + '"' : null
}),
new HtmlWebpackPlugin({
chunks: ['lib.min', 'blocksonly'],
template: 'src/playground/index.ejs',
filename: 'blocks-only.html',
title: 'Scratch 3.0 GUI: Blocks Only Example'
title: 'EasyScratch 3.0: Blocks Only Example'
}),
new HtmlWebpackPlugin({
chunks: ['lib.min', 'compatibilitytesting'],
template: 'src/playground/index.ejs',
filename: 'compatibility-testing.html',
title: 'Scratch 3.0 GUI: Compatibility Testing'
title: 'EasyScratch 3.0: Compatibility Testing'
}),
new HtmlWebpackPlugin({
chunks: ['lib.min', 'player'],
template: 'src/playground/player.ejs',
filename: 'player.html',
title: 'Scratch 3.0 GUI: Player Example'
title: 'EasyScratch 3.0: Player Example'
}),
new CopyWebpackPlugin([{
from: 'static',