We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 663eacf commit 0f91404Copy full SHA for 0f91404
webpack.config.js
@@ -143,7 +143,14 @@ module.exports = [
143
new HtmlWebpackPlugin({
144
chunks: ['lib.min', 'gui'],
145
template: 'src/playground/index.ejs',
146
- title: 'Smalruby 3.0 GUI',
+ 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: 'スモウルビー',
154
sentryConfig: process.env.SENTRY_CONFIG ? '"' + process.env.SENTRY_CONFIG + '"' : null
155
}),
156
0 commit comments