diff --git a/index.html b/index.html index 8a82310..852d588 100644 --- a/index.html +++ b/index.html @@ -8,9 +8,6 @@ - - - Mitchell Gerber diff --git a/webpack.config.js b/webpack.config.js index cb0f093..ab36884 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -38,10 +38,7 @@ module.exports = { }, plugins: getPlugins(), externals:{ - "hljs": "hljs", - "react": "React", - "react-dom": "ReactDOM", - "react-router": "ReactRouter" + "hljs": "hljs" } };