liuhongxiao

Results 2 comments of liuhongxiao

[why-is-node-running](https://www.npmjs.com/package/why-is-node-running)I tried to use this library but it didn't compile into modern.js successfully. Do you have any good code snippets for reference?

` tools: { styledComponents: false, webpack: config => { // 确保 config.plugins 已被定义 config.plugins = config.plugins || []; // 添加自定义 DonePlugin 插件 在生产环境下保证打包后退出终端命令 if (process.env.NODE_ENV === 'production') { config.plugins.push({ apply:...