mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
9 lines
178 B
JavaScript
9 lines
178 B
JavaScript
module.exports = {
|
|
devtool: 'inline-source-map',
|
|
module: {
|
|
loaders: [
|
|
{ test: /\.css/, exclude: /ClientApp/, loader: 'style!css' }
|
|
]
|
|
}
|
|
};
|