Skip to content

Commit 7933c03

Browse files
authored
Merge pull request #14 from tdeekens/fix/webpack-readme-instructions
Fix webpack instructions in readme
2 parents 50d79d2 + e525eef commit 7933c03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ module.exports = {
189189
rules: [
190190
{
191191
test: /\.svg$/,
192-
use: ['svgr/webpack', 'babel-loader']
192+
use: ['babel-loader', 'svgr/lib/webpack']
193193
}
194194
]
195195
}

0 commit comments

Comments
 (0)