Explanation of this code pls. And why I'm getting a error saying declaration or statement expected. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Explanation of this code pls. And why I'm getting a error saying declaration or statement expected.

SystemJS.config({ baseURL:'https://unpkg.com/', defaultExtension: true, meta: { '*.jsx': { 'babelOptions': { react: true } } }, map: { 'plugin-babel': 'systemjs-plugin-babel@latest/plugin-babel.js', 'systemjs-babel-build': 'systemjs-plugin-babel@latest/systemjs-babel-browser.js', 'react': '[email protected]/umd/react.production.min.js', 'react-dom': '[email protected]/umd/react-dom.production.min.js' }, transpiler: 'plugin-babel' }); SystemJS.import('index.js') .catch(console.error.bind(console));

1st May 2020, 2:18 PM
Sajid
Sajid - avatar
0 Answers