Skip to content

Instantly share code, notes, and snippets.

@stefanledin
Created February 16, 2018 21:09
Show Gist options
  • Select an option

  • Save stefanledin/eb69c6bd52a8df9681082f7f2d55e148 to your computer and use it in GitHub Desktop.

Select an option

Save stefanledin/eb69c6bd52a8df9681082f7f2d55e148 to your computer and use it in GitHub Desktop.
const path = require('path');
module.exports = {
entry: './resources/js/app.js',
output: {
filename: './public/javascripts/bundle.js',
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment