赵一荣 cebafa1219
fix: css compilation problems when multiple entries (#961)
* fix: css compilation problems when multiple entries

* change minor to patch

* refactor: options.output change to absMain

* Apply suggestions from code review

Co-authored-by: Ryan Christian <33403762+rschristian@users.noreply.github.com>
2022-06-04 02:32:49 -05:00

8 lines
84 B
JSON

{
"name": "basic-multi-source-css",
"source":[
"./a.js",
"./b.js"
]
}