File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -387,6 +387,15 @@ Plugin commands are supported by the following providers. ⁇ indicates that com
387387
388388# # Release Notes
389389
390+ * 3.1.0
391+ * Allow filesystem polling in watch mode (`--webpack-use-polling`) [#215][link-215]
392+ * Allow forced include of not referenced modules [#217][link-217]
393+ * Automatically include peer dependencies of used modules [#223][link-223]
394+ * Show explicit message if the provided webpack config can not be loaded [#234][link-234]
395+ * Improve examples [#227][link-227]
396+ * Update 3rd party provider compatibility table [#221][link-221]
397+ * Added automatic Travis and Coveralls builds to increase stability
398+
390399* 3.0.0
391400 * Integrate with `serverless invoke local` [#151][link-151]
392401 * Support watch mode with `serverless invoke local --watch`
@@ -483,3 +492,10 @@ Plugin commands are supported by the following providers. ⁇ indicates that com
483492[link-186] : https://github.com/serverless-heaven/serverless-webpack/pull/186
484493
485494[link-202] : https://github.com/serverless-heaven/serverless-webpack/issues/202
495+
496+ [link-215] : https://github.com/serverless-heaven/serverless-webpack/issues/215
497+ [link-217] : https://github.com/serverless-heaven/serverless-webpack/issues/217
498+ [link-221] : https://github.com/serverless-heaven/serverless-webpack/pull/221
499+ [link-223] : https://github.com/serverless-heaven/serverless-webpack/issues/223
500+ [link-227] : https://github.com/serverless-heaven/serverless-webpack/pull/227
501+ [link-234] : https://github.com/serverless-heaven/serverless-webpack/pull/234
Original file line number Diff line number Diff line change 11{
22 "name" : " serverless-webpack" ,
3- "version" : " 3.0 .0" ,
3+ "version" : " 3.1 .0" ,
44 "description" : " Serverless plugin to bundle your javascript with Webpack" ,
55 "main" : " index.js" ,
66 "author" : " Nicola Peduzzi <nicola.peduzzi@elastic-coders.com> (http://elastic-coders.com)" ,
You can’t perform that action at this time.
0 commit comments