This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
php-web-maker
Watch
1
Star
0
Fork
0
You've already forked php-web-maker
mirror of
https://github.com/chinchang/web-maker.git
synced
2025-02-22 14:15:03 +01:00
Code
Issues
Releases
Wiki
Activity
php-web-maker
/
.babelrc
10 lines
122 B
Plaintext
Raw
Normal View
History
Unescape
Escape
fix: fix testsuite and create a sample test for the footer
2018-06-26 08:43:38 +02:00
{
refactor tests and babel config. Fixes target browsers. This is basically the change propagated from the current default preact tempalate. Now the code compiles according to set browsers.
2018-10-21 19:18:53 +05:30
"env": {
"test": {
"presets": [
Replaced with .babelrc from preactjs template (which I missed) https://github.com/preactjs-templates/default/blob/master/template/src/.babelrc
2018-06-28 02:21:15 +05:30
["preact-cli/babel", { "modules": "commonjs" }]
refactor tests and babel config. Fixes target browsers. This is basically the change propagated from the current default preact tempalate. Now the code compiles according to set browsers.
2018-10-21 19:18:53 +05:30
]
}
}
Replaced with .babelrc from preactjs template (which I missed) https://github.com/preactjs-templates/default/blob/master/template/src/.babelrc
2018-06-28 02:21:15 +05:30
}
Reference in New Issue
Copy Permalink