Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Sep 3, 2024
1 parent 94376b3 commit c99698c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 0 additions & 2 deletions rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@ export const baseConfig = {
}),
],
};

console.log("Rollup config loaded", process.env.AUTH_VERSION);
10 changes: 3 additions & 7 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ const pkg = require("./package.json");

exports.baseConfig = {
resolve: {
plugins: [new TsconfigPathsPlugin() ],
plugins: [new TsconfigPathsPlugin()],
},
plugins: [
new EnvironmentPlugin({ AUTH_VERSION: pkg.version })
],
}

console.log("webpack config loaded", process.env.AUTH_VERSION);
plugins: [new EnvironmentPlugin({ AUTH_VERSION: pkg.version })],
};

0 comments on commit c99698c

Please sign in to comment.