添加 Hello World 示例并更新构建和开发脚本

This commit is contained in:
2024-12-20 02:31:38 +08:00
parent f84337a3ac
commit 376ac52fee
5 changed files with 379 additions and 1 deletions

14
dist/index.js vendored Normal file
View File

@ -0,0 +1,14 @@
/******/ (() => { // webpackBootstrap
/******/ "use strict";
/******/ /* webpack/runtime/compat */
/******/
/******/ if (typeof __nccwpck_require__ !== 'undefined') __nccwpck_require__.ab = __dirname + "/";
/******/
/************************************************************************/
var __webpack_exports__ = {};
console.log("Hello, World!");
module.exports = __webpack_exports__;
/******/ })()
;