18 Star 83 Fork 30

非命 / 字帖生成程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
webpack.config.js 270 Bytes
一键复制 编辑 原始数据 按行查看 历史
非命 提交于 2017-12-12 00:53 . 整理代碼+使用webpack和babel
const path = require('path');
module.exports = {
entry: './src/window.js',
output: {
filename: 'zitie.bundle.js',
path: path.resolve(__dirname, 'dist')
},
module: {
loaders: [{
test:/\.js$/,
exclude:/node_modules/,
loader: 'babel-loader'
}]
}
};
JavaScript
1
https://gitee.com/antidestiny/calligraphy.git
git@gitee.com:antidestiny/calligraphy.git
antidestiny
calligraphy
字帖生成程序
master

搜索帮助