var webpack = require("../../../");
module.exports = [
{
mode: "production",
entry: "./index",
plugins: [
new webpack.DefinePlugin({
VALUE: "123"
})
]
},
VALUE: "321"
}
];