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 c3ee55e commit 2844510Copy full SHA for 2844510
src/js/rollup.config.js
@@ -4,7 +4,6 @@ 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