mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-14 06:20:47 +00:00
update
This commit is contained in:
16
node_modules/bs-recipes/recipes/webpack.react-transform-hmr/app/index.html
generated
vendored
Normal file
16
node_modules/bs-recipes/recipes/webpack.react-transform-hmr/app/index.html
generated
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<!doctype html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Browsersync, Webpack + React Hot Loader Example</title>
|
||||
<link rel="stylesheet" href="css/main.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Browsersync, Webpack + React Hot Loader Example</h1>
|
||||
|
||||
<div id="react-root"></div>
|
||||
|
||||
<script src="js/bundle.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user