mirror of
				https://github.com/speice-io/isomorphic-rust
				synced 2025-10-28 16:10:33 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			42 lines
		
	
	
		
			752 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			752 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|   "env": {
 | |
|     "development": {
 | |
|       "application/javascript": {
 | |
|         "presets": [
 | |
|           [
 | |
|             "env",
 | |
|             {
 | |
|               "targets": {
 | |
|                 "electron": 2
 | |
|               }
 | |
|             }
 | |
|           ],
 | |
|           "react"
 | |
|         ],
 | |
|         "plugins": [
 | |
|           "transform-async-to-generator"
 | |
|         ],
 | |
|         "sourceMaps": "inline"
 | |
|       }
 | |
|     },
 | |
|     "production": {
 | |
|       "application/javascript": {
 | |
|         "presets": [
 | |
|           [
 | |
|             "env",
 | |
|             {
 | |
|               "targets": {
 | |
|                 "electron": 2
 | |
|               }
 | |
|             }
 | |
|           ],
 | |
|           "react"
 | |
|         ],
 | |
|         "plugins": [
 | |
|           "transform-async-to-generator"
 | |
|         ],
 | |
|         "sourceMaps": "none"
 | |
|       }
 | |
|     }
 | |
|   }
 | |
| } |