lowcode-engine/packages/react-simulator-renderer/build.plugin.js

6 lines
128 B
JavaScript
Raw Permalink Normal View History

2022-01-25 15:30:17 +08:00
module.exports = ({ onGetWebpackConfig }) => {
onGetWebpackConfig((config) => {
config.performance.hints(false);
});
};