Skip to content

Commit 0f91404

Browse files
committed
fixed title.
1 parent 663eacf commit 0f91404

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

webpack.config.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,14 @@ module.exports = [
143143
new HtmlWebpackPlugin({
144144
chunks: ['lib.min', 'gui'],
145145
template: 'src/playground/index.ejs',
146-
title: 'Smalruby 3.0 GUI',
146+
title: 'Smalruby',
147+
sentryConfig: process.env.SENTRY_CONFIG ? '"' + process.env.SENTRY_CONFIG + '"' : null
148+
}),
149+
new HtmlWebpackPlugin({
150+
chunks: ['lib.min', 'gui'],
151+
template: 'src/playground/index.ejs',
152+
filename: 'ja.html',
153+
title: 'スモウルビー',
147154
sentryConfig: process.env.SENTRY_CONFIG ? '"' + process.env.SENTRY_CONFIG + '"' : null
148155
}),
149156
new HtmlWebpackPlugin({

0 commit comments

Comments
 (0)