mirror of
https://github.com/open-scratch/easy-scratch3.git
synced 2024-11-25 16:36:03 +08:00
tpl rename
(cherry picked from commit ee75c541df2f788a92ba62b7216e3a1bd27f663c)
This commit is contained in:
parent
bdd24b01d3
commit
3e065700a5
@ -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',
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user