webpack/test/configCases/library/invalid-name/webpack.config.js

7 lines
134 B
JavaScript

/** @type {import("../../../../").Configuration} */
module.exports = {
output: {
library: ["123-hello world", "hello world"]
}
};