Skip to content

Instantly share code, notes, and snippets.

@vitalets
Created December 6, 2017 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vitalets/ae80fe98007a1b20285bc56bc0ded5da to your computer and use it in GitHub Desktop.
Save vitalets/ae80fe98007a1b20285bc56bc0ded5da to your computer and use it in GitHub Desktop.
Mocha ES6 modules: webpack config v1
module.exports = {
entry: ['./setup.js', './run.js'],
output: {
filename: 'bundle.js',
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment