custombox
custombox copied to clipboard
Webpack
Webpack configuration ?
@waguirre, try this:
const Custombox = require("exports-loader?Custombox!./path/to/custombox.min.js");
global.Custombox = Custombox;