We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24deb2c commit bc40e4eCopy full SHA for bc40e4e
src/js/rollup.config.js
@@ -4,6 +4,7 @@ import replace from "rollup-plugin-replace";
4
5
const { PRODUCTION } = process.env;
6
7
+// TODO: Look at this and see why it's borked
8
export default {
9
input: "src/index.js",
10
output: {
0 commit comments