Reworked how decorators are used to get to our initial steps of actually updating the DOM on a state change. *phew*
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
}]
|
||||
],
|
||||
"plugins": [
|
||||
[ "@babel/plugin-proposal-decorators", { "legacy": true }],
|
||||
[ "@babel/plugin-proposal-decorators", { "decoratorsBeforeExport": true }],
|
||||
[ "@babel/plugin-proposal-class-properties", { "loose": true } ],
|
||||
[ "@babel/plugin-proposal-private-methods", {"loose": true } ],
|
||||
[ "@babel/plugin-proposal-optional-chaining" ],
|
||||
|
||||
Reference in New Issue
Block a user