Skip to content

Instantly share code, notes, and snippets.

@TheOpenDevProject
Created April 1, 2016 00:47
Show Gist options
  • Save TheOpenDevProject/a0ea80438e58b61a81f1609552133232 to your computer and use it in GitHub Desktop.
Save TheOpenDevProject/a0ea80438e58b61a81f1609552133232 to your computer and use it in GitHub Desktop.
var path = require('path');
module.exports = {
context: path.join(__dirname, 'Scripts'),
entry: {
},
output: {
path: path.join(__dirname, 'Compiled'),
filename: 'jquery.dp.[name].bundle.js'
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment