var webpack = require("../../../../");
/** @type {import("../../../../").Configuration} */
module.exports = {
plugins: [
new webpack.LoaderOptionsPlugin({
minimize: true
}),
test: /\.js$/,
jsfile: true
})
]
};