UNPKG

25.1 kBMarkdownView Raw
1<a name="4.10.0"></a>
2# [4.10.0](https://github.com/easy-team/easywebpack/compare/4.9.6...4.10.0-rc.4) (2018-11-15)
3
4
5### Bug Fixes
6
7* add webpack plugin filter: webpack-filter-warnings-plugin https://github.com/webpack-contrib/mini-css-extract-plugin/issues/250 ([b19ee30](https://github.com/easy-team/easywebpack/commit/b19ee30))
8* split for lib ([06eed40](https://github.com/easy-team/easywebpack/commit/06eed40))
9* webpack-tool proxy ([fa11a07](https://github.com/easy-team/easywebpack/commit/fa11a07))
10
11
12### Features
13
14* disable node polyfill ([1c4e556](https://github.com/easy-team/easywebpack/commit/1c4e556))
15* namedModules and namedChunks default set true ([b5bc5d3](https://github.com/easy-team/easywebpack/commit/b5bc5d3))
16* not need set entry for lib ([177ed1a](https://github.com/easy-team/easywebpack/commit/177ed1a))
17* support uglifyJs config for optimization ([b968cdd](https://github.com/easy-team/easywebpack/commit/b968cdd))
18* use optimization config ([6dc571b](https://github.com/easy-team/easywebpack/commit/6dc571b))
19
20
21
22<a name="4.9.6"></a>
23## [4.9.6](https://github.com/easy-team/easywebpack/compare/4.9.5...4.9.6) (2018-11-08)
24
25
26### Bug Fixes
27
28* ts cache and auto check egg ([150d925](https://github.com/easy-team/easywebpack/commit/150d925))
29* typescript compile react mode ([2d9ce36](https://github.com/easy-team/easywebpack/commit/2d9ce36))
30
31
32
33<a name="4.9.5"></a>
34## [4.9.5](https://github.com/easy-team/easywebpack/compare/4.9.4...4.9.5) (2018-11-07)
35
36
37### Bug Fixes
38
39* no babelrc options merge error ([e647ca6](https://github.com/easy-team/easywebpack/commit/e647ca6))
40
41
42
43<a name="4.9.4"></a>
44## [4.9.4](https://github.com/easy-team/easywebpack/compare/4.9.3...4.9.4) (2018-11-07)
45
46
47### Bug Fixes
48
49* babel7 not support forceEnv, use envName replace ([5e6f49d](https://github.com/easy-team/easywebpack/commit/5e6f49d))
50
51
52
53<a name="4.9.3"></a>
54## [4.9.3](https://github.com/easy-team/easywebpack/compare/4.9.2...4.9.3) (2018-11-01)
55
56
57### Bug Fixes
58
59* support babel-7 and babel-loader-8 ([8228f23](https://github.com/easy-team/easywebpack/commit/8228f23))
60
61
62
63<a name="4.9.2"></a>
64## [4.9.2](https://github.com/easy-team/easywebpack/compare/4.9.1...4.9.2) (2018-11-01)
65
66
67### Bug Fixes
68
69* loader merge invalid options ([71399c5](https://github.com/easy-team/easywebpack/commit/71399c5))
70
71
72
73<a name="4.9.1"></a>
74## [4.9.1](https://github.com/easy-team/easywebpack/compare/4.9.0...4.9.1) (2018-11-01)
75
76
77### Bug Fixes
78
79* client render entry error for babel-loader path ([c9c15fd](https://github.com/easy-team/easywebpack/commit/c9c15fd))
80
81
82
83<a name="4.9.0"></a>
84# [4.9.0](https://github.com/easy-team/easywebpack/compare/4.8.5...4.9.0) (2018-11-01)
85
86
87### Bug Fixes
88
89* default babelrc ([ec40b67](https://github.com/easy-team/easywebpack/commit/ec40b67))
90* loader no options merge ([c3a7923](https://github.com/easy-team/easywebpack/commit/c3a7923))
91* mutil compiler babel env invalid ([5dfc4ed](https://github.com/easy-team/easywebpack/commit/5dfc4ed))
92* vue entry file babel compile error ([eeeaeb7](https://github.com/easy-team/easywebpack/commit/eeeaeb7))
93
94
95### Features
96
97* add webpack config customize hook ([d04abf0](https://github.com/easy-team/easywebpack/commit/d04abf0))
98* default open compile.cache and compile.thread ([ff3a663](https://github.com/easy-team/easywebpack/commit/ff3a663))
99* dev mode node.console: true ([1e4fa56](https://github.com/easy-team/easywebpack/commit/1e4fa56))
100* eslint default disabled ([c51f42c](https://github.com/easy-team/easywebpack/commit/c51f42c))
101* support babel default config ([df9bb78](https://github.com/easy-team/easywebpack/commit/df9bb78))
102
103
104
105<a name="4.8.5"></a>
106## [4.8.5](https://github.com/easy-team/easywebpack/compare/4.8.4...4.8.5) (2018-10-15)
107
108
109### Bug Fixes
110
111* config merge ([b76aca6](https://github.com/easy-team/easywebpack/commit/b76aca6))
112* plugin array args merge ([78af03e](https://github.com/easy-team/easywebpack/commit/78af03e))
113* plugin config is Array ([04c36d8](https://github.com/easy-team/easywebpack/commit/04c36d8))
114* webpack plugin only apply method ([b1e7cb2](https://github.com/easy-team/easywebpack/commit/b1e7cb2))
115
116
117### Features
118
119* auto set target by deps and node_modules ([3c0962a](https://github.com/easy-team/easywebpack/commit/3c0962a))
120* support plugins array config ([7257d9b](https://github.com/easy-team/easywebpack/commit/7257d9b))
121
122
123
124<a name="4.8.4"></a>
125## [4.8.4](https://github.com/easy-team/easywebpack/compare/4.8.3...4.8.4) (2018-10-12)
126
127
128### Bug Fixes
129
130* fix window path seperate // ([461f599](https://github.com/easy-team/easywebpack/commit/461f599))
131
132
133### Features
134
135* return init zero config ([bb35f38](https://github.com/easy-team/easywebpack/commit/bb35f38))
136* set html default template and doc ([d13d0a7](https://github.com/easy-team/easywebpack/commit/d13d0a7))
137
138
139
140<a name="4.8.3"></a>
141## [4.8.3](https://github.com/easy-team/easywebpack/compare/4.8.2...4.8.3) (2018-10-10)
142
143
144### Bug Fixes
145
146* entry filter invalid on window ([fc0d8c4](https://github.com/easy-team/easywebpack/commit/fc0d8c4))
147
148
149
150<a name="4.8.2"></a>
151## [4.8.2](https://github.com/easy-team/easywebpack/compare/4.8.0-rc.6...4.8.2) (2018-10-10)
152
153
154### Bug Fixes
155
156* isEgg valid params ([160a7c3](https://github.com/easy-team/easywebpack/commit/160a7c3))
157* windows entryName path error, use path.posix ([dcbacd4](https://github.com/easy-team/easywebpack/commit/dcbacd4))
158
159
160
161<a name="4.7.1"></a>
162## [4.7.1](https://github.com/easy-team/easywebpack/compare/4.7.0...4.7.1) (2018-09-19)
163
164
165### Bug Fixes
166
167* css not mini-> minicss: optimize-css-assets-webpack-plugin ([ebe38f9](https://github.com/easy-team/easywebpack/commit/ebe38f9))
168
169
170
171<a name="4.7.1"></a>
172## [4.7.1](https://github.com/easy-team/easywebpack/compare/4.7.0...4.7.1) (2018-09-19)
173
174
175### Bug Fixes
176
177* css not mini-> minicss: optimize-css-assets-webpack-plugin ([ebe38f9](https://github.com/easy-team/easywebpack/commit/ebe38f9))
178
179
180
181<a name="4.7.0"></a>
182# [4.7.0](https://github.com/easy-team/easywebpack/compare/4.6.0...4.7.0) (2018-09-05)
183
184
185### Bug Fixes
186
187* css hot ([13fc036](https://github.com/easy-team/easywebpack/commit/13fc036))
188
189
190### Features
191
192* support BABEL_ENV node and web single config ([61df5fb](https://github.com/easy-team/easywebpack/commit/61df5fb))
193
194
195
196<a name="4.6.0"></a>
197# [4.6.0](https://github.com/easy-team/easywebpack/compare/4.5.2...4.6.0) (2018-08-31)
198
199
200### Features
201
202* add clean-webpack-plugin config support ([ce50e67](https://github.com/easy-team/easywebpack/commit/ce50e67))
203* dev mode not use cdn config ([70bcae1](https://github.com/easy-team/easywebpack/commit/70bcae1))
204* 如果存在同名 html 模板文件, 全局 template 配置非必须 ([7ec20aa](https://github.com/easy-team/easywebpack/commit/7ec20aa))
205
206
207
208<a name="4.5.2"></a>
209## [4.5.2](https://github.com/easy-team/easywebpack/compare/4.5.1...4.5.2) (2018-08-22)
210
211
212### Bug Fixes
213
214* support set manifest filepath and default outputPath ([d41de3f](https://github.com/easy-team/easywebpack/commit/d41de3f))
215
216
217
218<a name="4.5.1"></a>
219## [4.5.1](https://github.com/easy-team/easywebpack/compare/4.5.0...4.5.1) (2018-08-21)
220
221
222### Bug Fixes
223
224* multiple process lead build slow, set default 2 ([a8f4d6e](https://github.com/easy-team/easywebpack/commit/a8f4d6e))
225
226
227
228<a name="4.5.0"></a>
229# [4.5.0](https://github.com/easy-team/easywebpack/compare/4.4.6...4.5.0) (2018-06-29)
230
231
232### Features
233
234* extract-text-webpack-plugin to mini-css-extract-plugin ([54b6c54](https://github.com/easy-team/easywebpack/commit/54b6c54))
235
236
237
238<a name="4.4.6"></a>
239## [4.4.6](https://github.com/easy-team/easywebpack/compare/4.4.5...4.4.6) (2018-06-29)
240
241
242### Bug Fixes
243
244* test env use production, scan code ([f617f6e](https://github.com/easy-team/easywebpack/commit/f617f6e))
245
246
247
248<a name="4.4.4"></a>
249## [4.4.4](https://github.com/easy-team/easywebpack/compare/4.4.2...4.4.4) (2018-06-09)
250
251
252### Bug Fixes
253
254* set host, proxy false ([4e09a2c](https://github.com/easy-team/easywebpack/commit/4e09a2c))
255* 修复html-webpack无法查找entryTemplate ([815b33c](https://github.com/easy-team/easywebpack/commit/815b33c))
256
257
258
259<a name="4.4.3"></a>
260## [4.4.3](https://github.com/easy-team/easywebpack/compare/4.2.5...4.4.3) (2018-06-07)
261
262
263### Bug Fixes
264
265* add thread-loader ([a35a0d7](https://github.com/easy-team/easywebpack/commit/a35a0d7))
266* build prod css not compressed ([7703b0b](https://github.com/easy-team/easywebpack/commit/7703b0b))
267* remove repeat cache config ([8e00d12](https://github.com/easy-team/easywebpack/commit/8e00d12))
268* 修复html-webpack无法查找entryTemplate ([815b33c](https://github.com/easy-team/easywebpack/commit/815b33c))
269
270
271### Features
272
273* auto set sourceMap when devtool set ([708cce8](https://github.com/easy-team/easywebpack/commit/708cce8))
274
275
276
277<a name="4.4.2"></a>
278## [4.4.2](https://github.com/easy-team/easywebpack/compare/4.4.1...4.4.2) (2018-05-31)
279
280
281### Bug Fixes
282
283* remove repeat cache config ([8e00d12](https://github.com/easy-team/easywebpack/commit/8e00d12))
284
285
286
287<a name="4.4.1"></a>
288## [4.4.1](https://github.com/easy-team/easywebpack/compare/4.4.0...4.4.1) (2018-05-22)
289
290
291### Bug Fixes
292
293* add thread-loader ([a35a0d7](https://github.com/easy-team/easywebpack/commit/a35a0d7))
294* build prod css not compressed ([7703b0b](https://github.com/easy-team/easywebpack/commit/7703b0b))
295
296
297
298<a name="4.2.5"></a>
299## [4.2.5](https://github.com/easy-team/easywebpack/compare/4.2.4...4.2.5) (2018-04-09)
300
301
302### Bug Fixes
303
304* array merge repeat ([abbf382](https://github.com/easy-team/easywebpack/commit/abbf382))
305
306<a name="4.2.4"></a>
307## [4.2.4](https://github.com/easy-team/easywebpack/compare/4.2.3...4.2.4) (2018-04-09)
308
309
310### Bug Fixes
311
312* client and server cache dir separation ([856f7e0](https://github.com/easy-team/easywebpack/commit/856f7e0))
313
314
315<a name="4.2.3"></a>
316## [4.2.3](https://github.com/easy-team/easywebpack/compare/4.2.2...4.2.3) (2018-03-30)
317
318
319### Bug Fixes
320
321* eval use production, jsbundle file size large, limit use eval in production ([4a32c4f](https://github.com/easy-team/easywebpack/commit/4a32c4f))
322
323
324### Features
325
326* support thread-loader and cache-loader for babel and ts ([ae5d444](https://github.com/easy-team/easywebpack/commit/ae5d444))
327
328
329
330<a name="4.2.2"></a>
331## [4.2.2](https://github.com/easy-team/easywebpack/compare/4.2.1...4.2.2) (2018-03-29)
332
333
334### Bug Fixes
335
336* stats port ([ede98df](https://github.com/easy-team/easywebpack/commit/ede98df))
337
338
339
340<a name="4.2.0"></a>
341# [4.2.0](https://github.com/easy-team/easywebpack/compare/4.1.3...4.2.0) (2018-03-29)
342
343
344
345<a name="4.1.3"></a>
346## [4.1.3](https://github.com/easy-team/easywebpack/compare/4.1.2...4.1.3) (2018-03-27)
347
348
349### Bug Fixes
350
351* ts-loader exclude array to object for override ([647d963](https://github.com/easy-team/easywebpack/commit/647d963))
352
353
354
355<a name="4.1.2"></a>
356## [4.1.2](https://github.com/easy-team/easywebpack/compare/4.1.1...4.1.2) (2018-03-22)
357
358
359### Bug Fixes
360
361* loader options merge ([69e14f2](https://github.com/easy-team/easywebpack/commit/69e14f2))
362
363
364
365<a name="4.1.1"></a>
366## [4.1.1](https://github.com/easy-team/easywebpack/compare/4.1.0...4.1.1) (2018-03-20)
367
368
369### Bug Fixes
370
371* client and server cache dir separation ([856f7e0](https://github.com/easy-team/easywebpack/commit/856f7e0))
372
373
374
375<a name="4.1.0"></a>
376# [4.1.0](https://github.com/easy-team/easywebpack/compare/4.0.7...4.1.0) (2018-03-20)
377
378
379### Features
380
381* mp4|webm|ogg|mp3|wav|flac|aac for url-loader ([76a597a](https://github.com/easy-team/easywebpack/commit/76a597a))
382* support babel cache and typescript cache, default true ([f3db2cc](https://github.com/easy-team/easywebpack/commit/f3db2cc))
383
384
385
386<a name="4.0.7"></a>
387## [4.0.7](https://github.com/easy-team/easywebpack/compare/4.0.6...4.0.7) (2018-03-19)
388
389
390### Bug Fixes
391
392* loader options extend config ([a6df7b0](https://github.com/easy-team/easywebpack/commit/a6df7b0))
393
394
395
396<a name="4.0.6"></a>
397## [4.0.6](https://github.com/easy-team/easywebpack/compare/4.0.5...4.0.6) (2018-03-19)
398
399
400### Bug Fixes
401
402* dll not support typescript and postcss-loader not invalid options config ([a2ba0ee](https://github.com/easy-team/easywebpack/commit/a2ba0ee))
403
404
405
406<a name="4.0.5"></a>
407## [4.0.5](https://github.com/easy-team/easywebpack/compare/4.0.3...4.0.5) (2018-03-15)
408
409
410### Bug Fixes
411
412* less loader not include ([9d42768](https://github.com/easy-team/easywebpack/commit/9d42768))
413* set prefix support with easywebpack 3 ([ffb14a6](https://github.com/easy-team/easywebpack/commit/ffb14a6))
414
415
416
417<a name="4.0.3"></a>
418## [4.0.3](https://github.com/easy-team/easywebpack/compare/4.0.2...4.0.3) (2018-03-13)
419
420
421### Bug Fixes
422
423* dynamic load componet extract css not require, must use allChunk ([6255a79](https://github.com/easy-team/easywebpack/commit/6255a79))
424* npm cnpm warn ([c6f038b](https://github.com/easy-team/easywebpack/commit/c6f038b))
425
426
427
428<a name="4.0.1"></a>
429## [4.0.1](https://github.com/easy-team/easywebpack/compare/4.0.0...4.0.1) (2018-03-09)
430
431
432### Bug Fixes
433
434* less loader not add preloaders ([6d373bc](https://github.com/easy-team/easywebpack/commit/6d373bc))
435* uglifyjs-webpack-plugin repeat and open cache ([256f679](https://github.com/easy-team/easywebpack/commit/256f679))
436
437
438
439<a name="4.0.0"></a>
440# [4.0.0](https://github.com/easy-team/easywebpack/compare/3.7.1...4.0.0) (2018-03-07)
441
442
443### Bug Fixes
444
445* dll resolveLoader.module config for easywebpack in framework ([031672b](https://github.com/easy-team/easywebpack/commit/031672b))
446* egg buildPath dir must be app/view ([8c7b3ef](https://github.com/easy-team/easywebpack/commit/8c7b3ef))
447* egg config server path: app/view ([8ba0720](https://github.com/easy-team/easywebpack/commit/8ba0720))
448* es6 to es5 ([6d8100f](https://github.com/easy-team/easywebpack/commit/6d8100f))
449* proxy publicPath ([f988c1b](https://github.com/easy-team/easywebpack/commit/f988c1b))
450
451
452### Features
453
454* [BREAK_CHANGE] webpack 4 support
455* adjust error msg when plugin missing ([927e63a](https://github.com/easy-team/easywebpack/commit/927e63a))
456* commonsChunk for webpack4 ([21be7f9](https://github.com/easy-team/easywebpack/commit/21be7f9))
457* disable commonsChunk config and directoryName plugin ([277ebb4](https://github.com/easy-team/easywebpack/commit/277ebb4))
458* use proxy, not need dev host ([95a348a](https://github.com/easy-team/easywebpack/commit/95a348a))
459
460
461
462<a name="3.6.6"></a>
463## [3.6.6](https://github.com/easy-team/easywebpack/compare/3.6.3...3.6.6) (2018-02-09)
464
465
466### Bug Fixes
467
468* easy build dll --size ([be5053f](https://github.com/easy-team/easywebpack/commit/be5053f))
469
470
471<a name="3.6.5"></a>
472## [3.6.5](https://github.com/easy-team/easywebpack/compare/3.6.3...3.6.5) (2018-02-03)
473
474
475### Features
476
477* support config.template for html ([1da9c36](https://github.com/easy-team/easywebpack/commit/1da9c36))
478
479
480
481<a name="3.6.4"></a>
482## [3.6.4](https://github.com/easy-team/easywebpack/compare/3.6.3...3.6.4) (2018-01-25)
483
484
485### Features
486
487* support config.template for html ([1da9c36](https://github.com/easy-team/easywebpack/commit/1da9c36))
488
489
490
491<a name="3.6.3"></a>
492## [3.6.3](https://github.com/easy-team/easywebpack/compare/3.6.2...3.6.3) (2018-01-17)
493
494
495### Bug Fixes
496
497* default config merge repeat ([79939ae](https://github.com/easy-team/easywebpack/commit/79939ae))
498
499
500
501<a name="3.6.2"></a>
502## [3.6.2](https://github.com/easy-team/easywebpack/compare/3.5.18...3.6.2) (2018-01-17)
503
504
505### Features
506
507* add getWebWebpackConfig and getNodeWebpackConfig method ([bfd33d6](https://github.com/easy-team/easywebpack/commit/bfd33d6))
508* auto set typescript configFile ([349a4af](https://github.com/easy-team/easywebpack/commit/349a4af))
509* use typescript, auto add resolve.extendsions: .ts ([8139010](https://github.com/easy-team/easywebpack/commit/8139010))
510
511
5123.6.0 / 2018-01-16
513==================
514
515 * feat: add getWebWebpackConfig and getNodeWebpackConfig method ([bfd33d6](https://github.com/easy-team/easywebpack/commit/bfd33d6))
516 * feat: add typescript support ([2692213](https://github.com/easy-team/easywebpack/commit/2692213))
517 * fix: support postcss loader options config and auto set sourceMap:true when devtool set ([271f4cc](https://github.com/easy-team/easywebpack/commit/271f4cc))
518 * feat: use typescript, auto add resolve.extendsions: .ts ([8139010](https://github.com/easy-team/easywebpack/commit/8139010))
519
520
5213.5.18 / 2018-01-15
522===================
523
524 * fix:https://github.com/easy-team/egg-vue-webpack-boilerplate/issues/51
525
5263.5.13 / 2018-01-06
527===================
528
529 * test: remove test log
530 * fix: dll entry add twice
531 * fix: cdn dynamicDir test
532
5333.5.9 / 2018-01-04
534==================
535
536 * fix: publicPath override for cdn url
537 * eslint:remove config
538 * fix: plugins is undefined
539 * doc: update image name
540
5413.5.8 / 2018-01-04
542==================
543
544 * fix: plugins is undefined
545 * doc: update image name
546
5473.5.7 / 2018-01-04
548==================
549
550 * feat: auto open manifest when use dll
551 * fix: module undefined when typescript module dev hot add or delete
552 * doc:update readme to ZN
553
5543.5.6 / 2017-12-27
555==================
556
557 * fix: dynamic install pkg: config.install
558
5593.5.5 / 2017-12-26
560==================
561
562 * fix:dev mode not get dll config
563
5643.5.4 / 2017-12-26
565==================
566
567 * feat: dll auto checkout and fix dll path error
568 * feat: support auto check dll config modify, rebuild dll
569 * style:format eslint code
570
5713.5.2 / 2017-12-25
572==================
573
574 * fix:loader default is disable, custom set config auto open
575
5763.5.1 / 2017-12-22
577==================
578
579 * fix: modify default publicPath, dll publicPath not update
580 * doc:History version
581
5823.5.0 / 2017-12-21
583=======================
584 - entry include 支持正则配置
585 - 支持 webpack dll 配置和自动化构建, 无需手动先构建dll, 然后再构建页面
586 - 简化 commonsChunk lib 配置, 无需在 onClient 调用 addEntry 设置
587 - plugins 和 loaders 增加数组的配置的兼容,也就是支持原生配置
588 - 去掉options节点配置,改为 webpack.config.js 支持原生 Webpack 配置
589 - 支持多进程 Webpack 编译, 结合dll功能编译速度显著提示,初步测试编译时间减少2/3, 第三方组件越多和页面越多,越明显
590 - manifest和buildfie合并为新的manifest, 无需 manifest 和 manifestDeps 兼容配置, 同时去掉 buildfie 配置,
591 - 默认禁用 npm start 启动检查 webpack loader 和 plugin 是否安装的功能, 提高编译速度。
592 - stylus 和 less loader 默认有开启改为禁用, 减少不必要的安装
593 - 新增内置插件 webpack-bundle-analyzer 和 stats-webpack-plugin
594 - node externals 改为 webpack-node-externals 插件实现
595 - 压缩插件由webpack内置改为 uglifyjs-webpack-plugin 独立插件, 从而支持多进程编译
596 - 解决 NODE_ENV=production 导致动态安装 npm 依赖失败
597 - 修复 easywebpack 配置合并覆盖问题
598
5993.4.1 / 2017-12-01
600==================
601
602 * fix: dynamic install dev npm module imagemin-webpack-plugin faild when NODE_EVN=production
603
6043.4.0 / 2017-11-30
605==================
606
607 * fix: when install npm module ,show detail error info
608 * feat: support webpack-bundle-analyzer and stats-webpack-plugin
609
6103.3.9 / 2017-11-29
611==================
612
613 * fix: import css in js not resolve
614 * doc:simpe use doc
615 * docs:simple doc
616 * Update README.md
617 * docs:image path doc to docs
618
6193.3.8 / 2017-11-26
620==================
621
622 * feat: support html template from entry same name config
623
6243.3.6 / 2017-11-24
625==================
626
627 * fix: entry hot config concat error
628
6293.3.5 / 2017-11-24
630==================
631
632 * feat:support extract css hot reload
633
6343.3.4 / 2017-11-23
635==================
636
637 * fix: devtool env valid error
638
6393.3.3 / 2017-11-23
640==================
641
642 * fix: server not need source map, will improve build speed
643
6443.3.2 / 2017-11-13
645==================
646
647 * fix:options.entry not defined error
648 * fix:entry valuve is array, parse entry error
649 * fix: CommonsChunkPlugin vendor hash change
650 * publish:3.3.1
651
6523.3.1 / 2017-11-10
653==================
654
655 * feat:open hmr reload default
656 * test:完善test‘
657
6583.3.0 / 2017-11-09
659==================
660
661 * feat: support manifest build info deps
662
6633.2.7 / 2017-10-31
664==================
665
666 * fix:buildhtml not set, the build file path error
667 * Update README.md
668 * Update README.md
669 * doc: add use doc link
670
6713.2.6 / 2017-09-27
672==================
673
674 fix:loader.use is function merge bug for vue options merge
675
676
6773.2.5 / 2017-09-27
678==================
679
680 perf: npm-install-webpack-plugin default enable affect npm start command start speed, default to disable
681
6823.2.4 / 2017-09-22
683==================
684
685 feat: default not exclude node_modules css
686
687
6883.2.3 / 2017-09-21
689==================
690
691 * fix: server side render, egg local dev mode , proxy static resource proxy to 7001 address
692
6933.2.2 / 2017-09-21
694==================
695
696 * fix: windows path for manifest
697
6983.2.1 / 2017-09-20
699==================
700
701 * fix: windows isAbsolute proplem, use path.isAbsolute,not path.posix.isAbsolute
702
7033.2.0 / 2017-09-20
704==================
705
706 * fix:window npm dynamic install peer not match
707 * fix: conflict from webpack3
708 * doc:image weex error
709 * 3.1.3
710 * fix: when setEnv, default config not effective
711 * fix:loader boolean config not effective
712
7133.2.0 / 2017-09-20
714==================
715
716 * feat:npm dynamic install npm module
717 * fix:plugin args override
718 * test:add unit test
719 * deps:remove unused dependence
720
7213.1.2 / 2017-09-14
722==================
723
724 * feat:build and method support option params
725
7263.1.0 / 2017-09-13
727==================
728
729 * feat:support loader use override and options config
730
7313.0.1 / 2017-09-12
732==================
733
734 * fix:isUse method null and refactor html config
735
736
7373.0.0 / 2017-09-08
738==================
739
740 * fix: windows buildConfig path error
741 * doc:feature
742 * Release 3.0.0-rc3
743
7443.0.0-rc3 / 2017-09-08
745======================
746
747 * feat:css module
748 * feat: css module and css support impl and test
749
7503.0.0-rc2 / 2017-09-07
751======================
752
753 * fix:react css extract
754
7553.0.0-rc1 / 2017-09-06
756======================
757
758 * feat:webpack3 rc1
759 * refactor:loader load
760 * feat:webpack3 doing
761 * feat:webpack3 loader and plugin refactor
762
7631.0.4 / 2017-08-21
764==================
765
766 * deps:add stylus deps
767
7681.0.2 / 2017-08-17
769==================
770
771 * fix:define update, need dynamic get
772
7731.0.1 / 2017-08-17
774==================
775
776 * fix: keep entry file hash stable
777
778
7791.0.0 / 2017-08-09
780==================
781
782 * publish:1.0.0
783
7840.9.8 / 2017-08-09
785==================
786
787 * feat:sass indentedSyntax and stylus
788
7890.9.7 / 2017-08-07
790==================
791
792 * fix:html not config error
793
7940.9.6 / 2017-08-07
795==================
796
797 * fix:less sass style build error
798 * test: add cov image
799 * test:ci codecov
800 * test:cov
801 * test: add test for 1.0.0
802 * fix:load replace
803 * doc:update readme
804
8050.9.4 / 2017-08-02
806==================
807
808 * fix:auto html entry
809 * perf: cache load modules
810
8110.9.3 / 2017-07-31
812==================
813
814 * deps:upgrade all npm package
815 * fix:auto entry loader path error
816 * feat:auto entry loader
817 * doc:update guild link
818
8190.8.1 / 2017-07-25
820==================
821
822 * fix:weex html
823 * feat:support cli
824 * fix:hot port mapping egg-webpack
825
8260.7.2 / 2017-07-18
827==================
828
829 * fix:dev mode port
830 * refactor: default env config
831 * feat: static resource proxy
832
8330.7.0 / 2017-07-18
834==================
835
836 * refactor: default env config
837 * feat: static resource proxy
838
8390.6.5 / 2017-07-14
840==================
841
842 * feat: static resource proxy
843
8440.6.4 / 2017-07-13
845==================
846
847 * fix:autoprefix
848
8490.6.3 / 2017-07-12
850==================
851
852 * refactor:support config
853 * feat:add build path in buildConfig
854 * feat:support local test
855
8560.6.1 / 2017-07-11
857==================
858
859 * feat:support local test
860
8610.6.0 / 2017-07-11
862==================
863
864 * refacotr:support cli
865 * feat:cli
866 * refactor:support html and pack
867
8680.5.15 / 2017-07-07
869===================
870
871 * feat:chunk name
872
8730.5.14 / 2017-07-05
874===================
875
876 * fix:css path error
877
8780.5.13 / 2017-07-04
879===================
880
881 * fix:server build image path error and support cdn
882
8830.5.10 / 2017-06-28
884===================
885
886 * fix:setAlias auto baseDir error
887
8880.5.9 / 2017-06-28
889==================
890
891 * fix:0.5.8 entry path error
892
8930.5.8 / 2017-06-28
894==================
895
896 * feat:support entry and alias abspath set
897
8980.5.7 / 2017-06-27
899==================
900
901 * feat:image crompress
902 * publish:0.5.6
903 * fix:webpack build server port
904 * Update README.md
905
9060.5.5 / 2017-06-25
907==================
908
909 * fix:weex sass not effictive
910 * feat:support weex
911
9120.5.1 / 2017-06-21
913==================
914
915 * feat:support weex
916 * refactor:seperate weboack build
917
9180.4.1 / 2017-06-19
919==================
920
921 * feat:support manifest and buildconfig can config
922 * feat:support html plugin
923
9240.4.0 / 2017-06-15
925==================
926
927 * feat:webpack build server
928
9290.3.2 / 2017-06-09
930==================
931
932 * fix:hash change,filname not change
933
9340.3.1 / 2017-06-09
935==================
936
937 * feat:support use chunk yes or no
938
9390.2.2 / 2017-06-07
940==================
941
942 * fix:support manifest path custom
943 * refactor:addLoader and addPlugin
944 * refacotr:loader and plugin
945
9460.1.1 / 2017-05-12
947==================
948
949 * feat:support css hot reload
950
951
952\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\No newline at end of file