Skip to content

Commit bd77636

Browse files
author
Martynas Žilinskas
committed
Removed console.log from webpack.
1 parent 5a9c879 commit bd77636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/simplr-validation/tools/webpack.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const externalsResolver = [
6262
callback();
6363
}
6464
];
65-
console.log(path.resolve("node_modules/simplr-forms/actions.js"));
65+
6666
module.exports = {
6767
entry: {
6868
index: "./src/index.ts",

0 commit comments

Comments
 (0)