Skip to content

Commit c89e174

Browse files
authored
Set resolve rootDir to src - fix screepers#152 (screepers#153)
1 parent e88b608 commit c89e174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default {
2424

2525
plugins: [
2626
clear({ targets: ["dist"] }),
27-
resolve(),
27+
resolve({ rootDir: "src" }),
2828
commonjs(),
2929
typescript({tsconfig: "./tsconfig.json"}),
3030
screeps({config: cfg, dryRun: cfg == null})

0 commit comments

Comments
 (0)