Skip to content

Commit a14894b

Browse files
committed
Changed TODO comment format
Signed-off-by: Jaid <[email protected]>
1 parent 4699c35 commit a14894b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/types/html/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export default class extends WebpackConfigType {
171171
},
172172
}
173173
if (!this.options.development && this.options.domain && isCi) {
174-
// TODO: This is for html-webpack-plugin v4
174+
// TODO This is for html-webpack-plugin v4
175175
// htmlPluginOptions.base = `https://${options.domain}`
176176
}
177177
return htmlPluginOptions
@@ -183,7 +183,7 @@ export default class extends WebpackConfigType {
183183
getStyleLoader() {
184184
if (this.isHot()) {
185185
return "style-loader"
186-
// TODO: Would prefer MiniCssExtractPlugin, but it just doesn't work with HMR
186+
// TODO Would prefer MiniCssExtractPlugin, but it just doesn't work with HMR
187187
// return {
188188
// loader: MiniCssExtractPlugin.loader,
189189
// options: {

src/types/webapp/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ export default class extends Html {
278278
*/
279279
getHtmlFaviconPluginOptions() {
280280
return {
281-
href: urlJoin(this.publicPath, "icon_128x128.png"), // TODO: Replace with shorter name, see https://github.com/arthurbergmz/webpack-pwa-manifest/issues/36#issuecomment-568140796
281+
href: urlJoin(this.publicPath, "icon_128x128.png"), // TODO Replace with shorter name, see https://github.com/arthurbergmz/webpack-pwa-manifest/issues/36#issuecomment-568140796
282282
}
283283
}
284284

0 commit comments

Comments
 (0)