1 Star 0 Fork 248

lopezycj/xuanxuan

forked from easysoft/xuanxuan 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
webpack.config.test.js 427 Bytes
一键复制 编辑 原始数据 按行查看 历史
Catouse 提交于 2017-02-03 13:58 . + 🔥first blood.
/** Used in .babelrc for 'test' environment */
// for babel-plugin-webpack-loaders
require('babel-register');
const validate = require('webpack-validator');
const devConfig = require('./webpack.config.development');
module.exports = validate({
output: {
libraryTarget: 'commonjs2'
},
module: {
// Use base + development loaders, but exclude 'babel-loader'
loaders: devConfig.module.loaders.slice(1)
}
});
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/lopezycj/xuanxuan.git
git@gitee.com:lopezycj/xuanxuan.git
lopezycj
xuanxuan
xuanxuan
master

搜索帮助