mirror of
https://github.com/chinchang/web-maker.git
synced 2025-02-23 06:33:52 +01:00
This is basically the change propagated from the current default preact tempalate. Now the code compiles according to set browsers.
10 lines
122 B
Plaintext
10 lines
122 B
Plaintext
{
|
|
"env": {
|
|
"test": {
|
|
"presets": [
|
|
["preact-cli/babel", { "modules": "commonjs" }]
|
|
]
|
|
}
|
|
}
|
|
}
|