iostore icon indicating copy to clipboard operation
iostore copied to clipboard

出现这个报错是为什么You may need an appropriate loader to handle this file type.

Open yuzhihaoGitHub opened this issue 5 years ago • 1 comments

ERROR in ./node_modules/iostore/src/createStore.js Module parse failed: Unexpected token (9:26) You may need an appropriate loader to handle this file type. | | export default config => { | const { namespace = '', ...rest } = config; | let service; | let isChanged = false; @ ./node_modules/iostore/src/index.js 2:0-40 @ ./src/workerjs/Navigation.js @ multi (webpack)-dev-server/client?http://192.168.0.17:8888 ./src/workerjs/Navigation.js

yuzhihaoGitHub avatar Aug 26 '20 06:08 yuzhihaoGitHub

检查一下你的构建工具是否支持最新的语法

yisbug avatar Feb 25 '21 03:02 yisbug