Closed codedart2018 closed 2 years ago
externals react-router-dom 引入cdn后报 location undefined
externals: prod ? { react: 'window.React', 'react-dom': 'window.ReactDOM', // 'react-router-dom': 'ReactRouterDOM', //一排除它就报 location undefiend } : {}, scripts: prod ? [ 'https://cdn.staticfile.org/react/17.0.2/umd/react.production.min.js', 'https://cdn.staticfile.org/react-dom/17.0.2/umd/react-dom.production.min.js', // 'https://cdn.staticfile.org/react-router-dom/5.1.2/react-router-dom.min.js' ] : [],
+1 @sorrycc 帮看下这个问题
+1遇到相同的问题
+1,关注
+1
externals react-router-dom 引入cdn后报 location undefined
Context