Skip to content

Commit c74bcda

Browse files
committed
fix: 增加node-sass依赖。
1 parent cc8d351 commit c74bcda

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "builder-webpack3",
3-
"version": "0.3.11",
3+
"version": "0.3.12",
44
"description": "webpack项目构建器.",
55
"main": "lib/index.js",
66
"scripts": {
@@ -13,7 +13,7 @@
1313
"url": "https://github.com/iv-web/builder-webpack"
1414
},
1515
"configs": {
16-
"compatibleVersion": ">=0.3.9"
16+
"compatibleVersion": ">=0.3.12"
1717
},
1818
"keywords": [
1919
"webpack",
@@ -37,6 +37,7 @@
3737
"html-webpack-externals-plugin": "^3.6.0",
3838
"html-webpack-inline-source-plugin": "0.0.9",
3939
"html-webpack-plugin": "^2.30.1",
40+
"node-sass": "^4.9.0",
4041
"offline-webpack-plugin": "^0.0.3",
4142
"osenv": "^0.1.5",
4243
"px2rem-loader": "^0.1.7",

0 commit comments

Comments
 (0)