From f87f0e3b80687d4aa63b26a8c3669c83e8fe5ba7 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 29 Aug 2018 17:24:48 -0400 Subject: [PATCH] stab in the dark --- rollup.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rollup.js b/rollup.js index 41b850d..6883e8d 100644 --- a/rollup.js +++ b/rollup.js @@ -1 +1,3 @@ +console.log(`please tell me windows isn't trying to run this file`); + module.exports = require('./dist/rollup.js'); \ No newline at end of file