Skip to content

Commit

Permalink
adds rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1995 committed Aug 15, 2023
1 parent 0310941 commit 91993ea
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/openlogin/rollup.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import replace from "@rollup/plugin-replace";

import pkg from "./package.json";

export default {
plugins: [
replace({
"process.env.OPENLOGIN_VERSION": `"${pkg.version}"`,
preventAssignment: true,
}),
],
};

0 comments on commit 91993ea

Please sign in to comment.