diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-07-01 12:10:15 +0200 |
---|---|---|
committer | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-07-01 12:10:15 +0200 |
commit | e5b45e034eb954c10bc545f72e7e0c986c1e3fd1 (patch) | |
tree | b16d12a4b7143bf382d34d8d4af8431ed8bbd84f /webpack.config.js | |
parent | aac66099e68d635cbb5945366e00232abf868bdb (diff) |
FUNCT Add custom icons with animation
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/webpack.config.js b/webpack.config.js index 2b74bb2..f318c13 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -37,6 +37,11 @@ module.exports = { from: 'src/images/*', to: 'images/', flatten: true + }, + { + from: 'src/images/icons/*', + to: 'images/icons/', + flatten: true } ]), new HtmlWebpackPlugin({ |