1 Star 0 Fork 1

lei / webviz

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.js 791 Bytes
一键复制 编辑 原始数据 按行查看 历史
// Copyright (c) 2018-present, GM Cruise LLC
//
// This source code is licensed under the Apache License, Version 2.0,
// found in the LICENSE file in the root directory of this source tree.
// You may not use this file except in compliance with the License.
module.exports = {
presets: ["@babel/preset-react", "@babel/preset-flow"],
plugins: [
"@babel/plugin-transform-modules-commonjs",
"@babel/plugin-proposal-class-properties",
"@babel/plugin-proposal-nullish-coalescing-operator",
"@babel/plugin-proposal-optional-chaining",
"@babel/plugin-syntax-dynamic-import",
["@babel/plugin-proposal-object-rest-spread", { useBuiltIns: true }],
// module-resolver allows us to use absolute import paths
["module-resolver", { root: ["packages"] }],
],
};
1
https://gitee.com/applesauce/webviz.git
git@gitee.com:applesauce/webviz.git
applesauce
webviz
webviz
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891