mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-01-12 22:46:30 +08:00
save dev and remove no longer needed index.html file
This commit is contained in:
@@ -100,7 +100,7 @@ function run(root, appName, version, verbose) {
|
||||
var args = [
|
||||
'install',
|
||||
verbose && '--verbose',
|
||||
'--save',
|
||||
'--save-dev',
|
||||
'--save-exact',
|
||||
getInstallPackage(version),
|
||||
].filter(function(e) { return e; });
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript" src="build/bundle.js" charset="utf-8"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user