项目原始demo,不改动
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 

19 line
367 B

  1. {
  2.   "presets": [
  3.     
  4. ["env", {
  5.       "modules": false,
  6.       "targets": {
  7.         "browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
  8.       }
  9.     }],
  10.     "stage-2"
  11.   ],
  12.   "plugins": ["transform-runtime","transform-vue-jsx"],
  13.   "env": {
  14.     "test": {
  15.       "presets": ["env", "stage-2"],
  16.       "plugins": ["istanbul"]
  17.     }
  18.   }
  19. }