Skip to content

Instantly share code, notes, and snippets.

@marclerodrigues
Last active December 5, 2016 22:07
Show Gist options
  • Save marclerodrigues/000802fb17669a0498b5c2022fb99f06 to your computer and use it in GitHub Desktop.
Save marclerodrigues/000802fb17669a0498b5c2022fb99f06 to your computer and use it in GitHub Desktop.
multiple entry points with one single dependency three
const config = {
entry: [
'app/assets/javascripts/main.js',
'app/assets/javascripts/application.js'
];
};
module.exports = config;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment