trouble with webpack
还没有人认领这个 Issue。
评估
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 新手友好度
- 35/100
- Issue 类型
- 缺陷
- 描述清晰度
- 需要澄清
- 活跃度
- 停滞
- 技术栈
- javascript, react, webpack
- 领域
- build-system, frontend
调研方向
从 webpack 配置和 react-geocoder/index.js 中失败的导入开始,使用 static/app/scripts/components/ListProperty/ListPropertyLocationField.jsx 和 static/app/scripts/main.js 作为复现路径。运行报告中的 webpack 构建,并验证导入 react-geocoder 时能够在没有模块解析错误的情况下完成编译;未提及具体测试。
由索引模型根据 Issue 内容生成。
描述
I'm using webpack (with babel-loader), and get this error when I import react-geocoder:
ERROR in ./~/react-geocoder/index.js
Module parse failed: /Users/me/project/node_modules/react-geocoder/index.js Line 9:
Unexpected token (
You may need an appropriate loader to handle this file type.
| */
| var Geocoder = React.createClass({
| getDefaultProps() {
| return {
| endpoint: 'https://api.tiles.mapbox.com',
@ ./static/app/scripts/components/ListProperty/ListPropertyLocationField.jsx 25:21-46
This is most likely a webpack config problem, but I'm hoping someone here knows how to help. My webpack config:
var config = {
entry: './static/app/scripts/main.js',
output: {
path: __dirname,
filename: 'main.js'
},
debug : isDev,
module: {
loaders: [{
test: /\.jsx?$/,
exclude: /node_modules/,
loader: 'babel'
}]
}
};
- 主要语言
- JavaScript
- 星标
- 136
- 派生
- 61
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
mapbox/react-geocoder 的其他 Issue
-
难度 5/5 一周以上 新手友好度 15/100
mapbox/react-geocoder#29 · 1 个 reaction ·
-
难度 5/5 一周以上 新手友好度 20/100
mapbox/react-geocoder#28 · 7 条评论 ·
-
难度 2/5 1-3 小时 新手友好度 35/100
mapbox/react-geocoder#25 · 6 条评论 · 12 个 reaction ·
-
难度 3/5 1-2 天 新手友好度 35/100
mapbox/react-geocoder#23 ·
查看 mapbox/react-geocoder 的全部 Issue
相似的 Issue
-
enhancement
难度 2/5 1-3 小时 新手友好度 70/100
babalae/bettergi-scripts-list#3674 ·
-
ecosystem wording
难度 1/5 1 小时以内 新手友好度 90/100
matrix-org/matrix.org#3649 ·
-
难度 2/5 1-3 小时 新手友好度 88/100
vadimdemedes/ink#1029 ·
-
code-quality refactoring
难度 2/5 1-3 小时 新手友好度 84/100
github/gh-aw-firewall#8816 ·
-
integration:quickjs org:external priority:backlog topic:code-interpreter topic:middleware type:feature
难度 2/5 1-3 小时 新手友好度 74/100
langchain-ai/deepagents#6450 ·