1 Star 0 Fork 9

极光AI/Franchise

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
nwb.config.js 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
Kevin Kwok 提交于 2019-06-25 03:27 . adding prettier and lint-staged hook
var StatsPlugin = require('stats-webpack-plugin')
var webpack = require('webpack')
module.exports = {
type: 'react-app',
webpack: {
node: {
fs: 'empty',
net: 'empty',
tls: 'empty',
},
extra: {
plugins: [
new StatsPlugin('stats.json', {
chunkModules: true,
}),
new webpack.ContextReplacementPlugin(
/graphql-language-service-interface[\\/]dist$/,
new RegExp(`^\\./.*\\.js$`)
),
],
},
publicPath: '',
uglify: {
compress: {
warnings: false,
},
output: {
comments: false,
},
sourceMap: true,
exclude: /worker\.js/,
},
},
babel: {
stage: 1,
// cherryPick: 'lodash',
// runtime: false,
// presets: [["env", {
// loose: true,
// targets: {
// chrome: 59
// }
// }]]
},
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/edison2018/Franchise.git
[email protected]:edison2018/Franchise.git
edison2018
Franchise
Franchise
master

搜索帮助