Skip to content

Commit

Permalink
docs: example for placeholders in to (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Dec 9, 2019
1 parent 452539a commit 45780be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -135,6 +135,10 @@ module.exports = {
from: '**/*',
to: '/absolute/path/to/dest/',
},
{
from: '**/*',
to: '[path][name].[contenthash].[ext]',
},
]),
],
};
Expand Down

0 comments on commit 45780be

Please sign in to comment.