-
-
Notifications
You must be signed in to change notification settings - Fork 372
Closed
Labels
Description
This is how the output error of a wrong import path looks like
./~/babel-loader/lib?{"cacheDirectory":true,"plugins":["/home/khoa/web/tmp/b/~/babel-plugin-transform-object-assign/lib/index.js","/home/khoa/web/tmp/b/~/babel-plugin-transform-decorators-legacy/lib/index.js","/home/khoa/web/tmp/b/~/babel-plugin-transform-react-constant-elements/lib/index.js","/home/khoa/web/tmp/b/~/babel-plugin-transform-react-remove-prop-types/lib/index.js",["/home/khoa/web/tmp/b/~/babel-plugin-transform-react-jsx/lib/index.js",{"pragma":"h"}],["/home/khoa/web/tmp/b/~/babel-plugin-jsx-pragmatic/jsx-pragmatic.js",{"module":"preact","export":"h","import":"h"}]],"presets":[["/home/khoa/web/tmp/b/~/babel-preset-env/lib/index.js",{"loose":true,"modules":false,"uglify":true,"browsers":["> 1%","Last 2 versions","IE >= 9"],"exclude":["transform-regenerator","transform-es2015-typeof-symbol"]}],"/home/khoa/web/tmp/b/~/babel-preset-stage-0/lib/index.js"]}!./routes/home/index.js
Module not found: Error: Can't resolve '../../this-component-should-be-load-async' in '/home/khoa/web/tmp/b/routes/home'
resolve '../../this-component-should-be-load-async' in '/home/khoa/web/tmp/b/routes/home'
using description file: /home/khoa/web/tmp/b/package.json (relative path: ./routes/home)
Field 'browser' doesn't contain a valid alias configuration
after using description file: /home/khoa/web/tmp/b/package.json (relative path: ./routes/home)
using description file: /home/khoa/web/tmp/b/package.json (relative path: ./this-component-should-be-load-async)
as directory
/home/khoa/web/tmp/b/this-component-should-be-load-async doesn't exist
no extension
Field 'browser' doesn't contain a valid alias configuration
/home/khoa/web/tmp/b/this-component-should-be-load-async doesn't exist
.js
Field 'browser' doesn't contain a valid alias configuration
/home/khoa/web/tmp/b/this-component-should-be-load-async.js doesn't exist
.jsx
Field 'browser' doesn't contain a valid alias configuration
/home/khoa/web/tmp/b/this-component-should-be-load-async.jsx doesn't exist
.ts
Field 'browser' doesn't contain a valid alias configuration
/home/khoa/web/tmp/b/this-component-should-be-load-async.ts doesn't exist
.tsx
Field 'browser' doesn't contain a valid alias configuration
/home/khoa/web/tmp/b/this-component-should-be-load-async.tsx doesn't exist
.json
Field 'browser' doesn't contain a valid alias configuration
/home/khoa/web/tmp/b/this-component-should-be-load-async.json doesn't exist
.less
Field 'browser' doesn't contain a valid alias configuration
/home/khoa/web/tmp/b/this-component-should-be-load-async.less doesn't exist
.scss
Field 'browser' doesn't contain a valid alias configuration
/home/khoa/web/tmp/b/this-component-should-be-load-async.scss doesn't exist
.sass
Field 'browser' doesn't contain a valid alias configuration
/home/khoa/web/tmp/b/this-component-should-be-load-async.sass doesn't exist
.css
Field 'browser' doesn't contain a valid alias configuration
/home/khoa/web/tmp/b/this-component-should-be-load-async.css doesn't exist
[/home/khoa/web/tmp/b/this-component-should-be-load-async]
[/home/khoa/web/tmp/b/this-component-should-be-load-async]
[/home/khoa/web/tmp/b/this-component-should-be-load-async.js]
[/home/khoa/web/tmp/b/this-component-should-be-load-async.jsx]
[/home/khoa/web/tmp/b/this-component-should-be-load-async.ts]
[/home/khoa/web/tmp/b/this-component-should-be-load-async.tsx]
[/home/khoa/web/tmp/b/this-component-should-be-load-async.json]
[/home/khoa/web/tmp/b/this-component-should-be-load-async.less]
[/home/khoa/web/tmp/b/this-component-should-be-load-async.scss]
[/home/khoa/web/tmp/b/this-component-should-be-load-async.sass]
[/home/khoa/web/tmp/b/this-component-should-be-load-async.css]
@ ./~/babel-loader/lib?{"cacheDirectory":true,"plugins":["/home/khoa/web/tmp/b/~/babel-plugin-transform-object-assign/lib/index.js","/home/khoa/web/tmp/b/~/babel-plugin-transform-decorators-legacy/lib/index.js","/home/khoa/web/tmp/b/~/babel-plugin-transform-react-constant-elements/lib/index.js","/home/khoa/web/tmp/b/~/babel-plugin-transform-react-remove-prop-types/lib/index.js",["/home/khoa/web/tmp/b/~/babel-plugin-transform-react-jsx/lib/index.js",{"pragma":"h"}],["/home/khoa/web/tmp/b/~/babel-plugin-jsx-pragmatic/jsx-pragmatic.js",{"module":"preact","export":"h","import":"h"}]],"presets":[["/home/khoa/web/tmp/b/~/babel-preset-env/lib/index.js",{"loose":true,"modules":false,"uglify":true,"browsers":["> 1%","Last 2 versions","IE >= 9"],"exclude":["transform-regenerator","transform-es2015-typeof-symbol"]}],"/home/khoa/web/tmp/b/~/babel-preset-stage-0/lib/index.js"]}!./routes/home/index.js 11:0-61
@ ./routes/home/index.js
@ ./index.js
@ ./~/preact-cli/lib/lib/entry.js
@ multi ./~/preact-cli/lib/lib/entry webpack-dev-server/client?http://0.0.0.0:8080/ webpack/hot/dev-server?http://0.0.0.0:8080/
The only interested part in the error is this:
Module not found: Error: Can't resolve '../../this-component-should-be-load-async' in '/home/khoa/web/tmp/b/routes/home'
Hope you can fix this.