Skip to content
Next Next commit
add todo
  • Loading branch information
Archmonger committed Sep 9, 2021
commit bc40e4ee0bc958737cc4cd1e106b0f2138f37ead
1 change: 1 addition & 0 deletions src/js/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import replace from "rollup-plugin-replace";

const { PRODUCTION } = process.env;

// TODO: Look at this and see why it's borked
export default {
input: "src/index.js",
output: {
Expand Down