mirror of https://github.com/webpack/webpack.git
8 lines
156 B
JavaScript
8 lines
156 B
JavaScript
|
|
/** @type {import("../../../../").Configuration} */
|
||
|
|
module.exports = {
|
||
|
|
output: {
|
||
|
|
library: ["process", "env"],
|
||
|
|
libraryTarget: "assign-properties"
|
||
|
|
}
|
||
|
|
};
|