UNPKG
ngx-nvd3
Version:
latest (1.0.9)
1.0.9
1.0.8
Angular2+ module for NVD3 charts
mvandenbrink/ngx-nvd3
ngx-nvd3
/
webpack.config.js
15 lines
(14 loc)
•
230 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module
.
exports
= { resolve: { extensions: [
'.ts'
,
'.js'
,
'.tsx'
,
'.jsx'
,
''
] },
module
: { loaders: [ { test: /\.tsx?$/, exclude: /node_modules/, loader:
'ts-loader'
} ] } };