webpack/test/configCases/library/a/webpack.config.js

6 lines
60 B
JavaScript

module.exports = {
output: {
libraryTarget: "this"
}
};