mirror of
https://github.com/chinchang/web-maker.git
synced 2025-02-19 20:55:55 +01:00
9 lines
134 B
Plaintext
9 lines
134 B
Plaintext
{
|
|
// "presets": ["preact-cli/babel"],
|
|
"env": {
|
|
"test": {
|
|
"presets": [["preact-cli/babel", { "modules": "commonjs" }]]
|
|
}
|
|
}
|
|
}
|