UNPKG
ya-irc
Version:
latest (1.0.0)
1.0.0
Yet Another IRC client
github.com/maxArturo/ya-irc
maxArturo/ya-irc
ya-irc
/
webpack.config.js
18 lines
(16 loc)
•
253 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module
.exports = { entry:
'./src/App.js'
,
output
: { filename:
'bundle.js'
,
path
:
'./dist'
},
module
: {
loaders
: [ { test: /\.js$/, exclude: /node_modules/,
loaders
: [
'babel-loader'
] } ] } }