1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 02:12:53 +00:00

react-router cdn changed - removed cdn for react packages

This commit is contained in:
2017-03-15 17:59:22 -05:00
parent 4e5712cf34
commit 3fdd7fa980
2 changed files with 1 additions and 7 deletions

View File

@@ -38,10 +38,7 @@ module.exports = {
},
plugins: getPlugins(),
externals:{
"hljs": "hljs",
"react": "React",
"react-dom": "ReactDOM",
"react-router": "ReactRouter"
"hljs": "hljs"
}
};