mirror of
				https://github.com/speice-io/isomorphic-rust
				synced 2025-11-04 02:20:41 -05: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"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  }
 | 
						|
} |