webpack/test/configCases/library/array-global/webpack.config.js

6 lines
58 B
JavaScript

module.exports = {
output: {
library: ["a", "b"]
}
};