mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +00:00
Change WebApplicationBasic template to use web pack vendor DLL and to load CSS as a file (not via JS). Also remove Babel as it's not doing anything here.
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
module.exports = {
|
||||
devtool: 'inline-source-map',
|
||||
module: {
|
||||
loaders: [
|
||||
{ test: /\.css/, loader: 'style!css' }
|
||||
]
|
||||
}
|
||||
devtool: 'inline-source-map'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user