Skip to content

Commit

Permalink
🔨 fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
o4kapuk committed Apr 15, 2023
1 parent 277b539 commit dd9c582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ module.exports = {
dev: false,
onBuildEnd: ['node --nolazy make-runtime-snapshot']
}),
new webpack.IgnorePlugin(/\.\/core\/index/)
new webpack.IgnorePlugin(/\@screeps\/core/)
]
};
};

0 comments on commit dd9c582

Please sign in to comment.