Created
April 1, 2016 00:47
-
-
Save TheOpenDevProject/a0ea80438e58b61a81f1609552133232 to your computer and use it in GitHub Desktop.
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
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