mirror of https://github.com/vector-im/riot-web
				
				
				
			Merge pull request #12110 from vector-im/travis/legacy-decorators
Switch back to legacy decoratorspull/12126/head
						commit
						4affaaf309
					
				| 
						 | 
					@ -11,7 +11,7 @@ module.exports = {
 | 
				
			||||||
        "@babel/preset-react"
 | 
					        "@babel/preset-react"
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "plugins": [
 | 
					    "plugins": [
 | 
				
			||||||
        ["@babel/plugin-proposal-decorators", {decoratorsBeforeExport: true}],
 | 
					        ["@babel/plugin-proposal-decorators", {legacy: true}],
 | 
				
			||||||
        "@babel/plugin-proposal-export-default-from",
 | 
					        "@babel/plugin-proposal-export-default-from",
 | 
				
			||||||
        "@babel/plugin-proposal-numeric-separator",
 | 
					        "@babel/plugin-proposal-numeric-separator",
 | 
				
			||||||
        "@babel/plugin-proposal-class-properties",
 | 
					        "@babel/plugin-proposal-class-properties",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue