fix: 添加 windi.config.js 文件到 npm 包

This commit is contained in:
winixt 2021-11-23 20:33:01 +08:00
parent 71f54368a2
commit 10d4f31205

View File

@ -4,7 +4,8 @@
"description": "@fesjs/plugin-windicss",
"main": "lib/index.js",
"files": [
"lib"
"lib",
"windi.config.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
@ -32,4 +33,4 @@
"dependencies": {
"windicss-webpack-plugin": "^1.5.8"
}
}
}