epidemiological-week
Version:
An npm package to calucate epi week and year
35 lines (33 loc) • 542 B
JavaScript
module.exports = {
module: {
preLoaders: [
{
test: /\.js$/,
exclude: /node_modules/,
loader: 'eslint'
}
],
loaders: [
{
test: /.json$/,
loaders: [
'json'
]
},
{
test: /\.js$/,
exclude: /node_modules/,
loaders: [
'babel'
]
}
]
},
plugins: [],
debug: true,
devtool: 'source-map',
externals: {
'react/lib/ExecutionEnvironment': true,
'react/lib/ReactContext': true
}
};