We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello
I am facing issues with the wc-loader. See error message here
ERROR in Error: Child compilation failed: Module not found: Error: Can't resolve './bower_components/polymer/polymer.html' in '/Users/vinayakam.murugan/Projects/demo-pwa/src': Error: Can't resolve './bower_components/polymer/polymer.html' in '/Users/vinayakam.murugan/Projects/demo-pwa/src' Module not found: Error: Can't resolve './bower_components/webcomponentsjs/webcomponents-lite.js' in '/Users/vinayakam.murugan/Projects/demo-pwa/src': Error: Can't resolve './bower_components/webcomponentsjs/webcomponents-lite.js' in '/Users/vinayakam.murugan/Projects/demo-pwa/src' Module not found: Error: Can't resolve './custom_components/media-list/media-list.html' in '/Users/vinayakam.murugan/Projects/demo-pwa/src': Error: Can't resolve './custom_components/media-list/media-list.html' in '/Users/vinayakam.murugan/Projects/demo-pwa/src'
Here is the base project with an older webpack config - https://github.com/simpleharshit/demo-pwa
Attached is my latest webpack config.
webpack.config.js.zip
The text was updated successfully, but these errors were encountered:
@mvinayakam Sorry for the delayed response. Could you share your package.json as well? I'm not able to reproduce the issue using https://github.com/aruntk/polymer-webpack-demo
Sorry, something went wrong.
No branches or pull requests
Hello
I am facing issues with the wc-loader. See error message here
ERROR in Error: Child compilation failed:
Module not found: Error: Can't resolve './bower_components/polymer/polymer.html' in '/Users/vinayakam.murugan/Projects/demo-pwa/src':
Error: Can't resolve './bower_components/polymer/polymer.html' in '/Users/vinayakam.murugan/Projects/demo-pwa/src'
Module not found: Error: Can't resolve './bower_components/webcomponentsjs/webcomponents-lite.js' in '/Users/vinayakam.murugan/Projects/demo-pwa/src':
Error: Can't resolve './bower_components/webcomponentsjs/webcomponents-lite.js' in '/Users/vinayakam.murugan/Projects/demo-pwa/src'
Module not found: Error: Can't resolve './custom_components/media-list/media-list.html' in '/Users/vinayakam.murugan/Projects/demo-pwa/src':
Error: Can't resolve './custom_components/media-list/media-list.html' in '/Users/vinayakam.murugan/Projects/demo-pwa/src'
Here is the base project with an older webpack config -
https://github.com/simpleharshit/demo-pwa
Attached is my latest webpack config.
webpack.config.js.zip
The text was updated successfully, but these errors were encountered: