Skip to content

Commit

Permalink
Added: new logo.
Browse files Browse the repository at this point in the history
* Updated: Banner for Readme.md with new logo

* Added: Logo for OpenSource Devdo

* Added: a loader for SVG

* Revert "Updated: Banner for Readme.md with new logo"

This reverts commit cbae054.

* Update package-lock.json

Package-lock.json result of installing a library SVG-sprite-loader
  • Loading branch information
iCueto authored and rmariuzzo committed Oct 25, 2018
1 parent 8b3daec commit 51f2cce
Show file tree
Hide file tree
Showing 5 changed files with 4,853 additions and 633 deletions.
4 changes: 4 additions & 0 deletions config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ module.exports = {
{ loader: 'css-loader', options: { importLoaders: 1, modules: 1 } },
{ loader: 'sass-loader' }
]
},
{
test: /\.svg$/,
loader: 'svg-sprite-loader'
}
],
},
Expand Down
Loading

0 comments on commit 51f2cce

Please sign in to comment.