mirror of
https://github.com/developit/microbundle.git
synced 2025-12-08 17:35:50 +00:00
* feat: adds a `--cssmodules` option * chore: Allow scopeName to come from args * chore: --css-modules is now tristate * docs: Wrote docs around how to use css-modules * chore: Fixed all tristate logic, and readable first * test: Wrote tests for all avenues * chore: Add's newlines to the end of files
7 lines
96 B
JSON
7 lines
96 B
JSON
{
|
|
"name": "css-modules--null",
|
|
"scripts": {
|
|
"build": "microbundle --no-sourcemap"
|
|
}
|
|
}
|