Skip to content

Commit 60d3dcd

Browse files
authored
Merge pull request #24 from myNameIsDu/feature/upgrade
feat: upgrade dep
2 parents b1e722b + c5c35c5 commit 60d3dcd

File tree

6 files changed

+513
-364
lines changed

6 files changed

+513
-364
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ multipleThemesCompile(configs);
9595
| cacheDir | String `./src/less/themes` | Cache Directory. |
9696
| cwd | String `__dirname` | Relative output directory. |
9797
| outputName | String `theme-[name].css` | Finally output pathname.Options similar to the same options in webpackOptions.output. |
98-
98+
| publicPath |String`../../` | publicPath configuration for mini-css-extract-plugin|
9999
## Notice
100100

101101
If you used [`html-webpack-plugin`](https://www.npmjs.com/package/html-webpack-plugin),maybe you need added this config:

README_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ multipleThemesCompile(configs);
9797
| cacheDir | String `./src/less/themes` | 缓存文件的目录 |
9898
| cwd | String `__dirname` | 相对输出路径 |
9999
| outputName | String `theme-[name].css` | 最终输出的文件名。这个配置和 `webpackOptions.output` 一致。 |
100-
100+
| publicPath |String`../../` | mini-css-extract-plugin 的publicPath配置 |
101101
## 注意
102102

103103
如果使用了 [`html-webpack-plugin`](https://www.npmjs.com/package/html-webpack-plugin) 则可能需要增加以下配置

0 commit comments

Comments
 (0)