Mox

Results 6 issues of Mox

https://github.com/gwuhaolin/web-webpack-plugin/blob/0b55258551234c917fa46e689b129844d65ac36d/lib/AutoWebPlugin.js#L167 这里`...otherOptions`的写法,导致plugin配置中的`template`属性和WebPlugin中buildHtmlDocument方法中判断的options.template属性冲突,引起覆盖

webpack配置 `publichPath`: '//7.url.cn/edu/user/' 插件配置 ``` filename: (n) => `${n}/${n}` ``` `Resource.js` ```javacscript // add a file to newNodes const outToNewNodes = (fileName, fileContent) => { // resource should load in...

假设现在有以下文件 * main.scss ```scss @import "./test.scss" ``` * test.scss ```scss .test { $i: 3; @while $i >= 0 { &--#{$i} { background-image: url("./img/#{$i}.png"); } $i: $i - 1; } }...

### Initial checklist - [X] I agree to follow the [code of conduct](https://github.com/Saul-Mirone/milkdown/blob/main/CODE_OF_CONDUCT.md) - [X] I searched [issues](hhttps://github.com/Saul-Mirone/milkdown/issues) and [discussions](https://github.com/Saul-Mirone/milkdown/discussions) and couldn’t find anything (or linked relevant results below) ###...

bug