Skip to content
Snippets Groups Projects
Commit 293f4eab authored by Simon Knox's avatar Simon Knox
Browse files

Add comments listing proposal stage

parent bb5c1624
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -12,12 +12,14 @@ const presets = [
],
];
 
// include stage 3 proposals
const plugins = [
// stage 3 proposals
'@babel/plugin-syntax-dynamic-import',
'@babel/plugin-syntax-import-meta',
'@babel/plugin-proposal-class-properties',
'@babel/plugin-proposal-json-strings',
// stage 1 proposals
'@babel/plugin-proposal-optional-chaining',
'@babel/plugin-syntax-optional-chaining',
];
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment