Steve Sanderson
|
e65ecebac6
|
Make templates work with nonempty baseUrls (e.g., IIS virtual directories)
|
2017-07-11 23:56:51 +01:00 |
|
Erick Galassi
|
ea429cccf4
|
Minimize CSS in production builds (all templates)
|
2017-04-11 14:51:31 +01:00 |
|
Steve Sanderson
|
5866713a05
|
Remove style-loader from vendor bundles. Fixes #715.
|
2017-03-13 11:11:38 -07:00 |
|
SteveSandersonMS
|
481ca0a8e0
|
Replace 'loader' with 'use' in various Webpack configs. Fixes 'loader option has been deprecated' warnings.
|
2017-02-09 15:43:41 +00:00 |
|
SteveSandersonMS
|
6ed34ddd33
|
Update KnockoutSpa to Webpack 2 (plus awesome-typescript-loader)
|
2017-01-30 11:21:12 +00:00 |
|
SteveSandersonMS
|
dd97ae7316
|
Specify publicPath in all vendor build configs (otherwise, file-loader won't generate correct URLs to any static resources from the vendor bundle)
|
2016-11-28 16:55:53 +00:00 |
|
Scott Addie
|
3a4936dbf7
|
Add '-loader' suffix to all Webpack loader references
|
2016-11-21 10:14:37 +00:00 |
|
SteveSandersonMS
|
3568476cca
|
aspnet-webpack auto-loads 'event-source-polyfill' on client when HMR is enabled. This requires 'event-source-polyfill' to be included in the client-side bundle, so it's also now added to all the templates' vendor bundles. Fixes #365.
|
2016-10-10 12:24:07 +01:00 |
|
SteveSandersonMS
|
d1228dc26a
|
Update KnockoutSpa template to match current patterns
|
2016-09-28 15:04:54 +01:00 |
|
SteveSandersonMS
|
48eb2b7a05
|
In KnockoutSpa, use isomorphic-fetch for IE/Edge compatibility
|
2016-08-19 01:08:57 +01:00 |
|
SteveSandersonMS
|
73caae2b78
|
Replace all references to ASPNET_ENV with ASPNETCORE_ENVIRONMENT
|
2016-05-02 13:13:48 -07:00 |
|
SteveSandersonMS
|
25ba7986d8
|
Minor fixes to KO template (bundling config and menu styling)
|
2016-03-08 16:08:49 +00:00 |
|
SteveSandersonMS
|
bbdbb449d5
|
Initial KnockoutSpa template
|
2016-03-08 12:16:22 +00:00 |
|