You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR in ./src/index.jsx
Module parse failed: /Users/roxy/Desktop/xstar-center-fe/node_modules/eslint-loader/index.js??ref--0!/Users/rox/Desktop/xstar-center-fe/src/index.jsx Unexpected token (7:2)
You may need an appropriate loader to handle this file type.
|
| ReactDOM.render(
| <Container />,
| document.getElementById('app'),
| );
@ multi (webpack)-dev-server/client?http://localhost:3000 webpack/hot/dev-server babel-polyfill ./libs/charting_library.min.js ./src
直接在页面中如下引入
import { Modal } from 'rctui';
webpack报错很多下面为部分内容
参考这个问题web-dev-server时遇到下列问题好像是
exclude的地方添加了/node_modules/,于是在webpack中改为如下配置然后报下面的错
请问这样该如何解决
webpack的配置如下
The text was updated successfully, but these errors were encountered: