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
when I use ajax with webpack, it show error like that: ERROR in ./~/component-ajax/index.js Module not found: Error: Cannot resolve module 'type' in /Users/jackielin/work/github/store/node_modules/component-ajax @ ./~/component-ajax/index.js 8:9-18
This is because package.json no type dependent. And here occurs error. Please fix it. Thank you!
The text was updated successfully, but these errors were encountered:
when I use ajax with webpack, it show error like that:
ERROR in ./~/component-ajax/index.js Module not found: Error: Cannot resolve module 'type' in /Users/jackielin/work/github/store/node_modules/component-ajax @ ./~/component-ajax/index.js 8:9-18
This is because package.json no type dependent. And here occurs error. Please fix it. Thank you!
The text was updated successfully, but these errors were encountered: