mirror of
https://github.com/developit/microbundle.git
synced 2026-01-18 13:56:35 +00:00
* 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>
8 lines
84 B
JSON
8 lines
84 B
JSON
{
|
|
"name": "basic-multi-source-css",
|
|
"source":[
|
|
"./a.js",
|
|
"./b.js"
|
|
]
|
|
}
|