mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-20 20:38:04 -05:00
9 lines
143 B
JavaScript
9 lines
143 B
JavaScript
|
|
module.exports = {
|
|
entry: './lib/index.js',
|
|
output: {
|
|
path: require('path').join(__dirname, '../dist'),
|
|
filename: 'app.js'
|
|
}
|
|
};
|