Skip to content

Commit

Permalink
Exclude *.{res,resi} from the final build files
Browse files Browse the repository at this point in the history
  • Loading branch information
jihchi committed Apr 16, 2021
1 parent d488157 commit 14802d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snowpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = {
public: { url: '/', static: true },
src: { url: '/dist' },
},
exclude: ["**/*.{res,resi}"],
plugins: [
'@snowpack/plugin-react-refresh',
'@snowpack/plugin-dotenv',
Expand Down

1 comment on commit 14802d7

@vercel
Copy link

@vercel vercel bot commented on 14802d7 Apr 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.