1 Star 0 Fork 1

tangshengjian/react-components

forked from keekuun/react-components 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
gatsby-node.js 457 Bytes
一键复制 编辑 原始数据 按行查看 历史
keekuun 提交于 2020-12-12 10:55 +08:00 . feat: 增加image viewer
exports.onCreateBabelConfig = ({ actions, stage, loaders }) => {
actions.setBabelPlugin({
name: `@babel/plugin-proposal-decorators`,
options: { legacy: true },
});
// if (stage === 'build-html' || stage === 'develop-html') {
// actions.setWebpackConfig({
// module: {
// rules: [
// {
// test: /bricks/,
// use: loaders.null(),
// },
// ],
// },
// });
// }
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tangshengjian/react-components.git
git@gitee.com:tangshengjian/react-components.git
tangshengjian
react-components
react-components
master

搜索帮助