Closed ghost1face closed 7 years ago
Removed, I ended up with some logs when trying to figure out the npm run build
command. But it's not common, removed.
Can you remove it entirely? node_modules
ignore can/should be in a global gitignore instead of per-repo.
Done.
Added a .gitignore and more property initializer syntax for capturing the proper 'this' context.
I am also having a problem running
npm run build
it seems like the browserify command with NODE_ENV=production creates an empty bundle.js file. Looking to see if I can figure it out.