Skip to content

Commit c99698c

Browse files
remove logs
1 parent 94376b3 commit c99698c

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

rollup.config.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,3 @@ export const baseConfig = {
1212
}),
1313
],
1414
};
15-
16-
console.log("Rollup config loaded", process.env.AUTH_VERSION);

webpack.config.js

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@ const pkg = require("./package.json");
55

66
exports.baseConfig = {
77
resolve: {
8-
plugins: [new TsconfigPathsPlugin() ],
8+
plugins: [new TsconfigPathsPlugin()],
99
},
10-
plugins: [
11-
new EnvironmentPlugin({ AUTH_VERSION: pkg.version })
12-
],
13-
}
14-
15-
console.log("webpack config loaded", process.env.AUTH_VERSION);
10+
plugins: [new EnvironmentPlugin({ AUTH_VERSION: pkg.version })],
11+
};

0 commit comments

Comments
 (0)