NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/@antv/g2-brush/webpack-dev.config.js
2023-09-14 14:47:11 +08:00

12 lines
237 B
JavaScript

const webpackConfig = require('./webpack.config');
const _ = require('lodash');
module.exports = _.merge({
devtool: 'cheap-source-map',
watch: true,
watchOptions: {
aggregateTimeout: 300,
poll: 1000
}
}, webpackConfig);