Created
December 6, 2017 13:38
-
-
Save vitalets/ae80fe98007a1b20285bc56bc0ded5da to your computer and use it in GitHub Desktop.
Mocha ES6 modules: webpack config v1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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