META-INF.resources.bower_components.pdfmake.webpack-standardfonts.config.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jwebmp-data-tables Show documentation
Show all versions of jwebmp-data-tables Show documentation
The JWebSwing implementation for Data Tables
var config = require("./webpack.config.js");
var rule = {enforce: 'post', test: /pdfkit[/\\]js[/\\]/, loader: "transform-loader?brfs"};
config.module.rules.push(rule);
module.exports = config;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy