package.webpack.config.lib.min.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ibm-gantt-chart Show documentation
Show all versions of ibm-gantt-chart Show documentation
IBM Gantt Chart Component, integrable in Vanilla, jQuery, or React Framework.
The newest version!
/* eslint-disable import/no-extraneous-dependencies */
const configure = require('gda-scripts/config/webpack.configure');
const common = require('./webpack.common.js');
const pkg = require('./package.json');
module.exports = configure(pkg, {
...common,
mode: 'production',
outputSuffix: '.min',
// library: 'Gantt', // TODO Gantt.default instead :-(
sourcemap: true,
minimize: true,
});