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