From c89e174d26f86b936e63163d8dc81988dd4f8569 Mon Sep 17 00:00:00 2001 From: Josh LeBlanc Date: Sun, 21 Feb 2021 16:02:56 -0400 Subject: [PATCH] Set resolve rootDir to src - fix #152 (#153) --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index b0ea090..70da24d 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -24,7 +24,7 @@ export default { plugins: [ clear({ targets: ["dist"] }), - resolve(), + resolve({ rootDir: "src" }), commonjs(), typescript({tsconfig: "./tsconfig.json"}), screeps({config: cfg, dryRun: cfg == null})