1 Star 0 Fork 0

木子/mermaid

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
webpack.config.babel.js 283 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tyler Long 提交于 2017-12-20 22:10 . Get rid of babel-preset-es2015
import nodeExternals from 'webpack-node-externals'
import { jsConfig } from './webpack.config.base'
const config = jsConfig()
const coreConfig = jsConfig()
coreConfig.externals = [nodeExternals()]
coreConfig.output.filename = '[name].core.js'
export default [config, coreConfig]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/muzi222/mermaid.git
[email protected]:muzi222/mermaid.git
muzi222
mermaid
mermaid
develop

搜索帮助