Skip to content

Instantly share code, notes, and snippets.

@itsrachelfish
Last active January 19, 2021 22:52
Show Gist options
  • Save itsrachelfish/2fca21c930747118ed520d6309530160 to your computer and use it in GitHub Desktop.
Save itsrachelfish/2fca21c930747118ed520d6309530160 to your computer and use it in GitHub Desktop.
Majorleague Website
var config =
{
autoload:
{
enabled: false,
// data: require('./autoload/example.js')
}
};
module.exports = config;
rachel@pop-os:~/Projects/Wetfish/memes$ gulp
[15:46:35] Using gulpfile ~/Projects/Wetfish/memes/gulpfile.js
[15:46:35] Starting 'scripts'...
[15:46:36] Starting 'scss'...
[15:46:36] Finished 'scss' after 1.81 ms
[15:46:36] Starting 'scss:watch'...
[15:46:36] Finished 'scss:watch' after 10 ms
[15:46:36] Version: webpack 1.15.0
Asset Size Chunks Chunk Names
./main.js 200 kB 0 [emitted] main
ERROR in ./src/js/main.js
Module not found: Error: Cannot resolve 'file' or 'directory' ./config in /home/rachel/Projects/Wetfish/memes/src/js
@ ./src/js/main.js 18:13-32
[15:46:36] webpack is watching for changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment