7 lines
85 B
JavaScript
7 lines
85 B
JavaScript
module.exports = {
|
|
output: {
|
|
library: "SockJS",
|
|
libraryTarget: "umd"
|
|
}
|
|
}
|