config for: ./node_modules/.bin/webpack

master
Matt Huntington 9 years ago
parent c96c9685ae
commit 034f208977

@ -0,0 +1,6 @@
module.exports = {
entry: './js/index.js',
output: {
filename: 'dist/bundle.js'
}
};
Loading…
Cancel
Save