已更新至webpack配置
This commit is contained in:
parent
2e43bfe1d6
commit
ab50d51f45
|
@ -9,5 +9,5 @@
|
|||
<body>
|
||||
|
||||
</body>
|
||||
<script src="./__dirname/dist/results.js"></script>
|
||||
<script src="./dist/result.js"></script>
|
||||
</html>
|
|
@ -5,7 +5,7 @@
|
|||
"main": "webpack.config.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build": "webpack"
|
||||
"serve": "webpack"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
|
|
Loading…
Reference in New Issue