1
0
mirror of synced 2025-12-13 01:48:11 +08:00

feat: Allows height to be not explicit height, e.g. 'inherit' or '100%' (#196)

This commit is contained in:
Jamie Peabody
2024-06-09 22:25:04 +01:00
committed by GitHub
parent 6ea7450536
commit b9e3641c85
3 changed files with 16 additions and 7 deletions

View File

@@ -15,6 +15,10 @@ module.exports = (mode) => {
...webpackDevConfig.output,
path: path.join(__dirname, 'lib'),
filename: './[name].js',
library: {
name: 'mergely',
type: 'umd',
}
},
optimization: {
minimize: true,