Skip to content

Instantly share code, notes, and snippets.

@ryoldash
Last active October 29, 2018 16:51
Show Gist options
  • Save ryoldash/19cf3e407121d10c68eec0b36781c4e6 to your computer and use it in GitHub Desktop.
Save ryoldash/19cf3e407121d10c68eec0b36781c4e6 to your computer and use it in GitHub Desktop.
Customize webpack configuration of React App created with Create-react-app
<!--public/index.html-->
<!DOCTYPE html>
<html lang="en">
<head>
<script type="text/javascript" src="/dist/legacyLib.js"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment