1 Star 0 Fork 5

津彩/A_Star

forked from changjiuxiong/A_Star 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
webpack.config.js 298 Bytes
一键复制 编辑 原始数据 按行查看 历史
changjiuxiong 提交于 2020-07-30 10:51 . 封装成库
module.exports = {
devtool: 'cheap-module-eval-source-map',
entry: __dirname + "/src/main.js",//已多次提及的唯一入口文件
output: {
path: __dirname + "/dist",//打包后的文件存放的地方
filename: "A_Star.js"//打包后输出文件的文件名
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hte9/A_Star.git
git@gitee.com:hte9/A_Star.git
hte9
A_Star
A_Star
master

搜索帮助