Skip to content

Commit ead913a

Browse files
committed
fixes
1 parent 0079f35 commit ead913a

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

.erb/configs/webpack-watch-files-plugin.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ class WebpackWatchPlugin {
5959
if (this.verbose && !this.filesAlreadyAdded) {
6060
console.log('Additional files watched:', JSON.stringify(files, null, 2));
6161
}
62-
console.log({ files });
6362

6463
files.forEach((file) => {
6564
compilation.fileDependencies.add(file);

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/app/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "todo-my-app-name",
3-
"version": "1.41.0",
3+
"version": "1.42.0",
44
"description": "Todo my app description",
55
"license": "MIT",
66
"main": "./dist/main/main.js",

0 commit comments

Comments
 (0)