Steve Sanderson
dbaa453d18
Bump aspnet-webpack version to 2.0.3 for release
2018-01-25 12:58:55 -08:00
Steve Sanderson
08c2f231ea
Bump aspnet-webpack version to 2.0.2. Also, further minor tweak to TypeScript annotations.
2018-01-24 17:49:51 -08:00
Steve Sanderson
3e6f7f3e45
Loosen aspnet-webpack peerDependency requirement back to cover what it allowed before (so it's not a breaking change)
2018-01-24 16:39:20 -08:00
Keven van Zuijlen
0d83504863
Bump webpack peerDependency version so NPM doesn't give a warning
2018-01-24 16:38:08 -08:00
Steve Sanderson
cdb04c74f9
Update aspnet-webpack to 2.0.1, automatically disabling the middleware if we detect the process doesn't have sufficient disk permissions
2017-07-12 23:06:05 +01:00
Steve Sanderson
8acba88160
Update aspnet-webpack to 2.0.0, now supporting HMR when apps are running in virtual directories
2017-07-11 18:57:52 +01:00
Steve Sanderson
3dca3c37ff
Bump aspnet-webpack to 1.0.29 for publish
2017-05-04 13:33:25 +01:00
Steve Sanderson
a79bc75671
Migrate to csproj ( #703 )
...
Migrate to csproj
2017-02-28 09:17:35 +00:00
SteveSandersonMS
e4d00a2da3
Update aspnet-webpack to support Webpack 2-style configs that export a function
2017-01-27 14:44:25 +00:00
SteveSandersonMS
a25d1f4731
Publish aspnet-webpack 1.0.26
2016-12-13 15:48:44 +00:00
SteveSandersonMS
78632617f8
Publish aspnet-webpack 1.0.25
2016-11-30 16:53:39 +00:00
SteveSandersonMS
7ee8a7b15e
Update aspnet-webpack peerDependency to allow Webpack 2.1.0beta+ as well as Webpack 1.x
2016-10-31 17:14:29 +00:00
SteveSandersonMS
64903fe0c6
Fix aspnet-webpack build on machines that don't already have tsd in the node_modules dir here
2016-10-31 16:49:37 +00:00
SteveSandersonMS
da51cd588b
In WebpackDevMiddleware, when copying files, create any needed subdirectories. Fixes #408 .
2016-10-31 10:49:31 +00:00
SteveSandersonMS
867e60d7fd
Take dependency on newer webpack-dev-middleware because it fixes ambiguities in path handling
2016-10-28 10:56:19 +01:00
SteveSandersonMS
99bf212cce
Make aspnet-webpack resilient against Webpack configs with nonstring entrypoints. Fixes #376 .
2016-10-17 11:51:01 +01:00
SteveSandersonMS
1543595c01
Correct Windows path handling in new aspnet-webpack feature
2016-10-11 18:11:47 +01:00
SteveSandersonMS
a6d959b783
Publish updated aspnet-webpack
2016-10-11 16:12:27 +01:00
SteveSandersonMS
6c645879a8
Publish updated aspnet-webpack
2016-10-10 13:20:54 +01:00
SteveSandersonMS
5c0505440d
Update aspnet-webpack to use TS 2.0 and @types
2016-10-05 14:07:25 +01:00
SteveSandersonMS
ff396377b9
Fix some issues when building with Korebuild. Also make it build the project templates.
2016-10-05 10:59:24 +01:00
SteveSandersonMS
0234b44355
In build scripts, use local rimraf package
2016-10-05 10:15:19 +01:00
SteveSandersonMS
18e8b7101c
In aspnet-webpack, allow webpack-hot-middleware/client to be added manually with options. Fixes #353
2016-10-04 11:36:10 +01:00
SteveSandersonMS
46966322b7
In LoadViaWebpack, account for CSS/font/etc files referenced with URLs that have a querystring. Fixes #335 .
2016-09-28 10:04:16 +01:00
SteveSandersonMS
2241c55a90
Support for array-style webpack configs in aspnet-webpack. Fixes #291 .
2016-09-28 10:00:59 +01:00
SteveSandersonMS
46906e4ea8
Add repo info to package.json in all NPM packages hosted in this repo
2016-09-27 11:00:41 +01:00
SteveSandersonMS
e8594287db
In aspnet-webpack, make sure that webpack-externals-plugin doesn't treat non-JS files as external. Fixes #332 .
2016-09-27 09:59:51 +01:00
SteveSandersonMS
232e908ce8
Pass through error stack when NPM module loading failed in aspnet-webpack and aspnet-prerendering to make debugging easier
2016-09-21 11:08:04 +01:00
SteveSandersonMS
80343e9f17
In aspnet-webpack, replace ExternalsPlugin with webpack-node-externals because of #132
2016-09-20 15:41:06 +01:00
SteveSandersonMS
bc2de2ad59
In aspnet-webpack HMR, don't rely on assumption that entry point is called 'main'. Fixes #289 .
2016-09-09 13:21:31 +01:00
SteveSandersonMS
605090e909
Publish updated version of aspnet-webpack as 1.0.10
2016-09-09 11:37:57 +01:00
Erik Medina
67f7e7450f
Adding tsd to dev dependencies in aspnet-webpack.
...
Adding tsd to aspnet-webpack's dev dependencies to allow the package's npm prepublish script to succeed without a global tsd install.
2016-09-09 11:34:43 +01:00
Erik Medina
da662c55fa
Make webpack dev dependency a peer dependency in aspnet-webpack.
...
Moving webpack from a dev dependency to a peer dependency makes the dependency soft and allows the webpack-dev-middleware to pickup the version of webpack being used by the consumer of the package.
2016-09-09 11:34:43 +01:00
Geir Sagberg
0ad0483935
Update aspnet-webpack-react to React 15
...
^15.0.0 is enough
Update ReactGrid example to work with newest Griddle version
Several fixes to stop build.sh from failing
2016-08-18 13:50:22 -07:00
SteveSandersonMS
3403eb7548
Make aspnet-webpack compatible with older versions of the NodeServices package
2016-07-27 13:29:18 +01:00
SteveSandersonMS
de960d80aa
Allow explicit configuration of port number for webpack dev middleware server. Fixes #223 .
2016-07-27 11:13:09 +01:00
SteveSandersonMS
79872c1bde
Amend aspnet-webpack for better node-inspector support
2016-07-26 16:38:46 +01:00
SteveSandersonMS
057efb43c8
aspnet-webpack module now preserves 'path' and 'publicPath' config settings when invoking Webpack compiler. Fixes #176 .
2016-07-18 13:55:26 +01:00
SteveSandersonMS
393e156b47
Better reporting of Webpack compilation errors to fix #159
2016-07-01 10:30:59 +01:00
SteveSandersonMS
b82e70e192
Fix for prerendering hanging if webpack compilation fails
2016-06-30 16:57:14 +01:00
SteveSandersonMS
25c728f885
Change all Microsoft.AspNet.* namespaces and references to Microsoft.AspNetCore.*
2016-05-02 13:13:49 -07:00
SteveSandersonMS
4a0e4bdf1a
Rename Microsoft.AspNet.* packages folders to Microsoft.AspNetCore.*
2016-05-02 13:13:49 -07:00