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
I was trying the webpack config for 'Bundled jQuery' method in https://marionette.gitbooks.io/marionette-guides/content/en/getting_started/installing_marionette.html. But it's giving me the following weird error on running webpack. I am using the same config suggested in the guide.
$ node_modules/.bin/webpack . !10297 Hash: 828209a9b8c5230cb7de Version: webpack 1.13.3 Time: 48ms Asset Size Chunks Chunk Names bundle.js 1.61 kB 0 [emitted] main [0] multi main 40 bytes {0} [built] [1 error] [1] ./app/driver.js 0 bytes {0} [built] ERROR in multi main Module not found: Error: Cannot resolve 'file' or 'directory' /home/gokul/root/mobme/worklight/fubar in /home/gokul/root/mobme/worklight/fubar @ multi main
The text was updated successfully, but these errors were encountered:
Fixed. I had a dot after webpack which was causing the issue.
webpack
Sorry, something went wrong.
No branches or pull requests
I was trying the webpack config for 'Bundled jQuery' method in https://marionette.gitbooks.io/marionette-guides/content/en/getting_started/installing_marionette.html. But it's giving me the following weird error on running webpack. I am using the same config suggested in the guide.
The text was updated successfully, but these errors were encountered: