We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rc-tools run dist 不好用啊 gulpfile.js 558行的压缩是不是不兼容webpack4
最近想编译成umd格式的,看RC组件都改成了fatherJs。但我的TS代码fatherJs编译也有问题
我该怎么办呢
The text was updated successfully, but these errors were encountered:
compressedWebpackConfig.plugins = webpackConfig.plugins.concat([ // new webpack.optimize.UglifyJsPlugin({ // compress: { // screw_ie8: true, // React doesn't support IE8 // warnings: false, // }, // mangle: { // screw_ie8: true, // }, // output: { // comments: false, // screw_ie8: true, // }, // }), new webpack.DefinePlugin({ 'process.env.NODE_ENV': JSON.stringify(process.env.NODE_ENV || 'production'), }), ]);
注释掉压缩代码竟然成功编译了
Sorry, something went wrong.
No branches or pull requests
rc-tools run dist 不好用啊
gulpfile.js 558行的压缩是不是不兼容webpack4
最近想编译成umd格式的,看RC组件都改成了fatherJs。但我的TS代码fatherJs编译也有问题
我该怎么办呢
The text was updated successfully, but these errors were encountered: