mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-09 17:32:51 +00:00
react-router cdn changed - removed cdn for react packages
This commit is contained in:
@@ -8,9 +8,6 @@
|
|||||||
<meta name="author" content="Mitchell Gerber">
|
<meta name="author" content="Mitchell Gerber">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:300,400" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:300,400" rel="stylesheet">
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js"></script>
|
||||||
<script src="https://unpkg.com/react@15/dist/react.min.js"></script>
|
|
||||||
<script src="https://unpkg.com/react-dom@15/dist/react-dom.min.js"></script>
|
|
||||||
<script src="https://unpkg.com/react-router/umd/ReactRouter.min.js"></script>
|
|
||||||
<title>Mitchell Gerber</title>
|
<title>Mitchell Gerber</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|||||||
@@ -38,10 +38,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
plugins: getPlugins(),
|
plugins: getPlugins(),
|
||||||
externals:{
|
externals:{
|
||||||
"hljs": "hljs",
|
"hljs": "hljs"
|
||||||
"react": "React",
|
|
||||||
"react-dom": "ReactDOM",
|
|
||||||
"react-router": "ReactRouter"
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user