mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +00:00
Add ReactSpa template
This commit is contained in:
8
templates/ReactSpa/webpack.config.dev.js
Normal file
8
templates/ReactSpa/webpack.config.dev.js
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
devtool: 'inline-source-map',
|
||||
module: {
|
||||
loaders: [
|
||||
{ test: /\.css/, loader: 'style!css' }
|
||||
]
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user