1 Star 0 Fork 0

王文超/swagger-editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
webpack.check.js 358 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ron 提交于 2017-03-18 20:19 . in with the new
const webpack = require('webpack')
const path = require('path')
const deepMerge = require('deepmerge')
const webpackConfig = require('./webpack-production.config')
const DEPS_CHECK_DIR = require('./package.json').config.deps_check_dir
module.exports = deepMerge(
webpackConfig, {
output: {
path: path.join(__dirname, DEPS_CHECK_DIR)
}
}
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wchaospace/swagger-editor.git
[email protected]:wchaospace/swagger-editor.git
wchaospace
swagger-editor
swagger-editor
master

搜索帮助