1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Use more recent version of svg plugin (#5788)

The demo did not work. Updating to babel-plugin-inline-react-svg v1.0.1 did work.
This commit is contained in:
Justin Stahlman 2018-12-02 08:17:23 -05:00 committed by Tim Neutkens
parent b0148cf453
commit 6a75118247

View file

@ -12,6 +12,6 @@
"react-dom": "latest"
},
"devDependencies": {
"babel-plugin-inline-react-svg": "^0.2.0"
"babel-plugin-inline-react-svg": "^1.0.1"
}
}