soiz1 commited on
Commit
6337e50
·
verified ·
1 Parent(s): 9893647

Update webpack.config.js

Browse files
Files changed (1) hide show
  1. webpack.config.js +7 -7
webpack.config.js CHANGED
@@ -167,35 +167,35 @@ module.exports = [
167
  chunks: ['editor'],
168
  template: 'src/playground/index.ejs',
169
  filename: 'editor.html',
170
- title: 'PenguinMod - Editor',
171
  ...htmlWebpackPluginCommon
172
  }),
173
  new HtmlWebpackPlugin({
174
  chunks: ['playground'],
175
  template: 'src/playground/index.ejs',
176
  filename: 'playground.html',
177
- title: 'PenguinMod - Playground',
178
  ...htmlWebpackPluginCommon
179
  }),
180
  new HtmlWebpackPlugin({
181
  chunks: ['player'],
182
  template: 'src/playground/index.ejs',
183
  filename: 'index.html',
184
- title: 'PenguinMod - A mod of TurboWarp',
185
  ...htmlWebpackPluginCommon
186
  }),
187
  new HtmlWebpackPlugin({
188
  chunks: ['fullscreen'],
189
  template: 'src/playground/index.ejs',
190
  filename: 'fullscreen.html',
191
- title: 'PenguinMod - A mod of TurboWarp',
192
  ...htmlWebpackPluginCommon
193
  }),
194
  new HtmlWebpackPlugin({
195
  chunks: ['embed'],
196
  template: 'src/playground/index.ejs',
197
  filename: 'embed.html',
198
- title: 'Embedded Project - PenguinMod',
199
  noTheme: true,
200
  ...htmlWebpackPluginCommon
201
  }),
@@ -203,14 +203,14 @@ module.exports = [
203
  chunks: ['addon-settings'],
204
  template: 'src/playground/simple.ejs',
205
  filename: 'addons.html',
206
- title: 'Addon Settings - PenguinMod',
207
  ...htmlWebpackPluginCommon
208
  }),
209
  new HtmlWebpackPlugin({
210
  chunks: ['credits'],
211
  template: 'src/playground/simple.ejs',
212
  filename: 'credits.html',
213
- title: 'PenguinMod & TurboWarp Credits',
214
  noSplash: true,
215
  ...htmlWebpackPluginCommon
216
  }),
 
167
  chunks: ['editor'],
168
  template: 'src/playground/index.ejs',
169
  filename: 'editor.html',
170
+ title: '学校用スクラッチ - エディター',
171
  ...htmlWebpackPluginCommon
172
  }),
173
  new HtmlWebpackPlugin({
174
  chunks: ['playground'],
175
  template: 'src/playground/index.ejs',
176
  filename: 'playground.html',
177
+ title: '学校用スクラッチ - プレイグラウンド',
178
  ...htmlWebpackPluginCommon
179
  }),
180
  new HtmlWebpackPlugin({
181
  chunks: ['player'],
182
  template: 'src/playground/index.ejs',
183
  filename: 'index.html',
184
+ title: '学校用スクラッチ - A mod of Penguinmod',
185
  ...htmlWebpackPluginCommon
186
  }),
187
  new HtmlWebpackPlugin({
188
  chunks: ['fullscreen'],
189
  template: 'src/playground/index.ejs',
190
  filename: 'fullscreen.html',
191
+ title: '学校用スクラッチ - A mod of Penguinmod',
192
  ...htmlWebpackPluginCommon
193
  }),
194
  new HtmlWebpackPlugin({
195
  chunks: ['embed'],
196
  template: 'src/playground/index.ejs',
197
  filename: 'embed.html',
198
+ title: '埋め込みプロジェクト - 学校用スクラッチ',
199
  noTheme: true,
200
  ...htmlWebpackPluginCommon
201
  }),
 
203
  chunks: ['addon-settings'],
204
  template: 'src/playground/simple.ejs',
205
  filename: 'addons.html',
206
+ title: 'アドオン設定 - 学校用スクラッチ',
207
  ...htmlWebpackPluginCommon
208
  }),
209
  new HtmlWebpackPlugin({
210
  chunks: ['credits'],
211
  template: 'src/playground/simple.ejs',
212
  filename: 'credits.html',
213
+ title: 'ペンギンモッドとTurboWarpのクレジット',
214
  noSplash: true,
215
  ...htmlWebpackPluginCommon
216
  }),